|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::MegamorphicLoadStub:
Collaboration diagram for v8::internal::MegamorphicLoadStub:Public Member Functions | |
| MegamorphicLoadStub (Isolate *isolate, const LoadICState &state) | |
| virtual Code::Kind | GetCodeKind () const OVERRIDE |
| virtual InlineCacheState | GetICState () const FINAL OVERRIDE |
| virtual ExtraICState | GetExtraICState () const FINAL OVERRIDE |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (Load) | |
| DEFINE_HYDROGEN_CODE_STUB (MegamorphicLoad, HydrogenCodeStub) | |
Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| virtual Handle< Code > | GenerateCode ()=0 |
| bool | IsUninitialized () const |
| Handle< Code > | GenerateLightweightMissCode (ExternalReference miss) |
| template<class StateType > | |
| void | TraceTransition (StateType from, StateType to) |
Additional Inherited Members | |
Public Types inherited from v8::internal::HydrogenCodeStub | |
| enum | InitializationState { UNINITIALIZED , INITIALIZED } |
Static Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| template<class SubClass > | |
| static Handle< Code > | GetUninitialized (Isolate *isolate) |
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 1824 of file code-stubs.h.
|
inline |
Definition at line 1826 of file code-stubs.h.
References v8::internal::HydrogenCodeStub::set_sub_minor_key().
Here is the call graph for this function:| v8::internal::MegamorphicLoadStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | Load | ) |
| v8::internal::MegamorphicLoadStub::DEFINE_HYDROGEN_CODE_STUB | ( | MegamorphicLoad | , |
| HydrogenCodeStub | |||
| ) |
|
inlinevirtual |
Reimplemented from v8::internal::HydrogenCodeStub.
Definition at line 1831 of file code-stubs.h.
|
inlinevirtual |
Definition at line 1837 of file code-stubs.h.
References v8::internal::HydrogenCodeStub::sub_minor_key().
Here is the call graph for this function:
|
inlinevirtual |