|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CreateAllocationSiteStub:
Collaboration diagram for v8::internal::CreateAllocationSiteStub:Public Member Functions | |
| CreateAllocationSiteStub (Isolate *isolate) | |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (CreateAllocationSite) | |
| DEFINE_HYDROGEN_CODE_STUB (CreateAllocationSite, HydrogenCodeStub) | |
Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| virtual Code::Kind | GetCodeKind () const |
| virtual Handle< Code > | GenerateCode ()=0 |
| bool | IsUninitialized () const |
| Handle< Code > | GenerateLightweightMissCode (ExternalReference miss) |
| template<class StateType > | |
| void | TraceTransition (StateType from, StateType to) |
Static Public Member Functions | |
| static void | GenerateAheadOfTime (Isolate *isolate) |
Static Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| template<class SubClass > | |
| static Handle< Code > | GetUninitialized (Isolate *isolate) |
Additional Inherited Members | |
Public Types inherited from v8::internal::HydrogenCodeStub | |
| enum | InitializationState { UNINITIALIZED , INITIALIZED } |
Protected Member Functions inherited from v8::internal::HydrogenCodeStub | |
| HydrogenCodeStub (Isolate *isolate, InitializationState state=INITIALIZED) | |
| void | set_sub_minor_key (uint32_t key) |
| uint32_t | sub_minor_key () const |
Static Protected Attributes inherited from v8::internal::HydrogenCodeStub | |
| static const int | kSubMinorKeyBits = kStubMinorKeyBits - 1 |
Definition at line 660 of file code-stubs.h.
|
inlineexplicit |
Definition at line 662 of file code-stubs.h.
| v8::internal::CreateAllocationSiteStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | CreateAllocationSite | ) |
| v8::internal::CreateAllocationSiteStub::DEFINE_HYDROGEN_CODE_STUB | ( | CreateAllocationSite | , |
| HydrogenCodeStub | |||
| ) |
|
static |
Definition at line 725 of file code-stubs.cc.