|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::VectorKeyedLoadStub:
Collaboration diagram for v8::internal::VectorKeyedLoadStub:Public Member Functions | |
| VectorKeyedLoadStub (Isolate *isolate) | |
| virtual Code::Kind | GetCodeKind () const OVERRIDE |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (VectorLoadIC) | |
| DEFINE_HYDROGEN_CODE_STUB (VectorKeyedLoad, VectorLoadStub) | |
Public Member Functions inherited from v8::internal::VectorLoadStub | |
| VectorLoadStub (Isolate *isolate, const LoadICState &state) | |
| virtual InlineCacheState | GetICState () const FINAL OVERRIDE |
| virtual ExtraICState | GetExtraICState () const FINAL OVERRIDE |
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 1871 of file code-stubs.h.
|
inlineexplicit |
Definition at line 1873 of file code-stubs.h.
| v8::internal::VectorKeyedLoadStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | VectorLoadIC | ) |
| v8::internal::VectorKeyedLoadStub::DEFINE_HYDROGEN_CODE_STUB | ( | VectorKeyedLoad | , |
| VectorLoadStub | |||
| ) |
|
inlinevirtual |
Reimplemented from v8::internal::VectorLoadStub.
Definition at line 1876 of file code-stubs.h.