|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::ElementsTransitionAndStoreStub:
Collaboration diagram for v8::internal::ElementsTransitionAndStoreStub:Classes | |
| class | FromBits |
| class | IsJSArrayBits |
| class | StoreModeBits |
| class | ToBits |
Public Types | |
| enum | ParameterIndices { kValueIndex , kMapIndex , kKeyIndex , kObjectIndex , kParameterCount } |
Public Types inherited from v8::internal::HydrogenCodeStub | |
| enum | InitializationState { UNINITIALIZED , INITIALIZED } |
Public Member Functions | |
| ElementsTransitionAndStoreStub (Isolate *isolate, ElementsKind from_kind, ElementsKind to_kind, bool is_jsarray, KeyedAccessStoreMode store_mode) | |
| ElementsKind | from_kind () const |
| ElementsKind | to_kind () const |
| bool | is_jsarray () const |
| KeyedAccessStoreMode | store_mode () const |
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 const Register | ValueRegister () |
| static const Register | MapRegister () |
| static const Register | KeyRegister () |
| static const Register | ObjectRegister () |
Static Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| template<class SubClass > | |
| static Handle< Code > | GetUninitialized (Isolate *isolate) |
Private Member Functions | |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (ElementTransitionAndStore) | |
| DEFINE_HYDROGEN_CODE_STUB (ElementsTransitionAndStore, HydrogenCodeStub) | |
Additional Inherited Members | |
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 2289 of file code-stubs.h.
| Enumerator | |
|---|---|
| kValueIndex | |
| kMapIndex | |
| kKeyIndex | |
| kObjectIndex | |
| kParameterCount | |
Definition at line 2308 of file code-stubs.h.
|
inline |
Definition at line 2291 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), from_kind(), is_jsarray(), v8::internal::HydrogenCodeStub::set_sub_minor_key(), store_mode(), and to_kind().
Here is the call graph for this function:
|
private |
|
private |
|
inline |
Definition at line 2300 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by ElementsTransitionAndStoreStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 2302 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by ElementsTransitionAndStoreStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2322 of file code-stubs.h.
References v8::internal::StoreDescriptor::NameRegister().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 2319 of file code-stubs.h.
References v8::internal::ElementTransitionAndStoreDescriptor::MapRegister().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 2325 of file code-stubs.h.
References v8::internal::StoreDescriptor::ReceiverRegister().
Here is the call graph for this function:
|
inline |
Definition at line 2303 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by ElementsTransitionAndStoreStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 2301 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by ElementsTransitionAndStoreStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2316 of file code-stubs.h.
References v8::internal::StoreDescriptor::ValueRegister().
Here is the call graph for this function: