|
| FrameStateDescriptor (Zone *zone, FrameStateType type, BailoutId bailout_id, OutputFrameStateCombine state_combine, size_t parameters_count, size_t locals_count, size_t stack_count, MaybeHandle< SharedFunctionInfo > shared_info, FrameStateDescriptor *outer_state=nullptr) |
|
FrameStateType | type () const |
|
BailoutId | bailout_id () const |
|
OutputFrameStateCombine | state_combine () const |
|
size_t | parameters_count () const |
|
size_t | locals_count () const |
|
size_t | stack_count () const |
|
MaybeHandle< SharedFunctionInfo > | shared_info () const |
|
FrameStateDescriptor * | outer_state () const |
|
bool | HasContext () const |
|
size_t | GetSize () const |
|
size_t | GetTotalSize () const |
|
size_t | GetFrameCount () const |
|
size_t | GetJSFrameCount () const |
|
StateValueList * | GetStateValueDescriptors () |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
|
static const int | kImpossibleValue = 0xdead |
|
Definition at line 1236 of file instruction.h.
The documentation for this class was generated from the following files: