|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::VectorLoadStub:
Collaboration diagram for v8::internal::VectorLoadStub:Public Member Functions | |
| VectorLoadStub (Isolate *isolate, const LoadICState &state) | |
| virtual Code::Kind | GetCodeKind () const OVERRIDE |
| 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) |
Private Member Functions | |
| LoadICState | state () const |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (VectorLoadIC) | |
| DEFINE_HYDROGEN_CODE_STUB (VectorLoad, HydrogenCodeStub) | |
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 1846 of file code-stubs.h.
|
inlineexplicit |
Definition at line 1848 of file code-stubs.h.
References v8::internal::HydrogenCodeStub::set_sub_minor_key(), and state().
Here is the call graph for this function:
|
private |
|
private |
|
inlinevirtual |
Reimplemented from v8::internal::HydrogenCodeStub.
Reimplemented in v8::internal::VectorKeyedLoadStub.
Definition at line 1853 of file code-stubs.h.
|
inlinevirtual |
Definition at line 1859 of file code-stubs.h.
References v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by state().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 1855 of file code-stubs.h.
References v8::internal::GENERIC.
|
inlineprivate |
Definition at line 1864 of file code-stubs.h.
References GetExtraICState().
Referenced by VectorLoadStub().
Here is the call graph for this function:
Here is the caller graph for this function: