V8 Project
|
#include <interface-descriptors.h>
Static Public Member Functions | |
static const Register | MapRegister () |
![]() | |
static const Register | ReceiverRegister () |
static const Register | NameRegister () |
static const Register | ValueRegister () |
![]() | |
static const Register | ContextRegister () |
Additional Inherited Members | |
![]() | |
enum | ParameterIndices { kReceiverIndex , kNameIndex , kValueIndex , kParameterCount } |
![]() | |
CallInterfaceDescriptor () | |
CallInterfaceDescriptor (Isolate *isolate, CallDescriptors::Key key) | |
int | GetEnvironmentLength () const |
int | GetRegisterParameterCount () const |
Register | GetParameterRegister (int index) const |
Representation | GetParameterRepresentation (int index) const |
int | GetEnvironmentParameterCount () const |
Register | GetEnvironmentParameterRegister (int index) const |
Representation | GetEnvironmentParameterRepresentation (int index) const |
PlatformInterfaceDescriptor * | platform_specific_descriptor () const |
const char * | DebugName (Isolate *isolate) |
![]() | |
const CallInterfaceDescriptorData * | data () const |
Definition at line 216 of file interface-descriptors.h.
|
static |
Referenced by v8::internal::ElementsTransitionAndStoreStub::MapRegister().