|
enum | Major { NoCache = 0,
NUMBER_OF_IDS
} |
|
|
Handle< Code > | GetCode () |
|
| CodeStub (Isolate *isolate) |
|
virtual bool | SometimesSetsUpAFrame () |
|
bool | FindCodeInCache (Code *code_out) |
|
virtual CallInterfaceDescriptor | GetCallInterfaceDescriptor () const =0 |
|
virtual int | GetStackParameterCount () const |
|
virtual Major | MajorKey () const =0 |
|
uint32_t | MinorKey () const |
|
Isolate * | isolate () const |
|
void | set_isolate (Isolate *isolate) |
|
void | DeleteStubFromCacheForTesting () |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
|
| CodeStub (uint32_t key, Isolate *isolate) |
|
virtual Handle< Code > | GenerateCode ()=0 |
|
virtual Movability | NeedsImmovableCode () |
|
virtual void | PrintName (std::ostream &os) const |
|
virtual void | PrintBaseName (std::ostream &os) const |
|
virtual void | PrintState (std::ostream &os) const |
|
uint32_t | GetKey () |
|
|
class | BreakPointIterator |
|
std::ostream & | operator<< (std::ostream &os, const CodeStub &s) |
|
Definition at line 81 of file code-stubs.h.
The documentation for this class was generated from the following files: