V8 Project
|
#include <code-stubs.h>
Classes | |
class | FunctionKindBits |
class | StrictModeBits |
Public Member Functions | |
FastNewClosureStub (Isolate *isolate, StrictMode strict_mode, FunctionKind kind) | |
StrictMode | strict_mode () const |
FunctionKind | kind () const |
bool | is_arrow () const |
bool | is_generator () const |
bool | is_concise_method () const |
![]() | |
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) |
Private Member Functions | |
DEFINE_CALL_INTERFACE_DESCRIPTOR (FastNewClosure) | |
DEFINE_HYDROGEN_CODE_STUB (FastNewClosure, HydrogenCodeStub) | |
Additional Inherited Members | |
![]() | |
enum | InitializationState { UNINITIALIZED , INITIALIZED } |
![]() | |
template<class SubClass > | |
static Handle< Code > | GetUninitialized (Isolate *isolate) |
![]() | |
HydrogenCodeStub (Isolate *isolate, InitializationState state=INITIALIZED) | |
void | set_sub_minor_key (uint32_t key) |
uint32_t | sub_minor_key () const |
![]() | |
static const int | kSubMinorKeyBits = kStubMinorKeyBits - 1 |
Definition at line 566 of file code-stubs.h.
|
inline |
Definition at line 568 of file code-stubs.h.
References DCHECK, v8::internal::BitFieldBase< T, shift, size, U >::encode(), v8::internal::IsValidFunctionKind(), kind(), v8::internal::HydrogenCodeStub::set_sub_minor_key(), and strict_mode().
|
private |
|
private |
|
inline |
Definition at line 583 of file code-stubs.h.
References v8::internal::IsArrowFunction(), and kind().
|
inline |
Definition at line 585 of file code-stubs.h.
References v8::internal::IsConciseMethod(), and kind().
|
inline |
Definition at line 584 of file code-stubs.h.
References v8::internal::IsGeneratorFunction(), and kind().
|
inline |
Definition at line 580 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by FastNewClosureStub(), is_arrow(), is_concise_method(), and is_generator().
|
inline |
Definition at line 576 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by FastNewClosureStub().