V8 Project
|
#include <code-stubs.h>
Public Member Functions | |
ToNumberStub (Isolate *isolate) | |
DEFINE_CALL_INTERFACE_DESCRIPTOR (ToNumber) | |
DEFINE_HYDROGEN_CODE_STUB (ToNumber, 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) |
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 545 of file code-stubs.h.
|
inlineexplicit |
Definition at line 547 of file code-stubs.h.
v8::internal::ToNumberStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | ToNumber | ) |
v8::internal::ToNumberStub::DEFINE_HYDROGEN_CODE_STUB | ( | ToNumber | , |
HydrogenCodeStub | |||
) |