|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::InternalArrayConstructorStubBase:
Collaboration diagram for v8::internal::InternalArrayConstructorStubBase:Classes | |
| class | ElementsKindBits |
Public Member Functions | |
| InternalArrayConstructorStubBase (Isolate *isolate, ElementsKind kind) | |
| ElementsKind | elements_kind () 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 void | GenerateStubsAheadOfTime (Isolate *isolate) |
Static Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| template<class SubClass > | |
| static Handle< Code > | GetUninitialized (Isolate *isolate) |
Static Public Attributes | |
| static const int | kConstructor = 0 |
Private Member Functions | |
| DEFINE_CODE_STUB_BASE (InternalArrayConstructorStubBase, HydrogenCodeStub) | |
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 2119 of file code-stubs.h.
|
inline |
Definition at line 2121 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), and v8::internal::HydrogenCodeStub::set_sub_minor_key().
Here is the call graph for this function:
|
private |
|
inline |
Definition at line 2131 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Here is the call graph for this function:
|
static |
Referenced by v8::internal::InternalArrayConstructorStub::InternalArrayConstructorStub().
Here is the caller graph for this function:
|
static |
Definition at line 2129 of file code-stubs.h.
Referenced by v8::internal::CodeStubGraphBuilderBase::BuildInternalArrayConstructor().