Flutter Engine
The Flutter Engine
|
#include <assembler_base.h>
Public Member Functions | |
virtual void | Process (const MemoryRegion ®ion, intptr_t position)=0 |
virtual bool | IsPointerOffset () const =0 |
virtual | ~AssemblerFixup () |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Friends | |
class | AssemblerBuffer |
Definition at line 407 of file assembler_base.h.
|
inlinevirtual |
Definition at line 415 of file assembler_base.h.
|
pure virtual |
Implemented in dart::compiler::PatchCodeWithHandle.
|
pure virtual |
Implemented in dart::compiler::PatchCodeWithHandle.
|
friend |
Definition at line 427 of file assembler_base.h.