![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <interface-descriptors.h>
Static Public Member Functions | |
static constexpr Register | ObjectRegister () |
static constexpr Register | SlotAddressRegister () |
static constexpr Register | IndirectPointerTagRegister () |
static constexpr RegList | ComputeSavedRegisters (Register object, Register slot_address=no_reg) |
![]() | |
static constexpr auto | registers () |
static constexpr auto | double_registers () |
static constexpr auto | return_registers () |
static constexpr auto | return_double_registers () |
static constexpr Flags | flags () |
static constexpr bool | AllowVarArgs () |
static constexpr bool | HasContextParameter () |
static constexpr int | GetReturnCount () |
static constexpr int | GetParameterCount () |
static constexpr int | GetRegisterParameterCount () |
static constexpr int | GetStackParameterCount () |
static constexpr Register * | GetRegisterData () |
static constexpr Register | GetRegisterParameter (int i) |
static constexpr int | GetStackParameterIndex (int i) |
static constexpr MachineType | GetParameterType (int i) |
static constexpr DoubleRegister | GetDoubleRegisterParameter (int i) |
![]() | |
static constexpr Register | ContextRegister () |
Static Public Attributes | |
static constexpr bool | kRestrictAllocatableRegisters = true |
static constexpr bool | kCalleeSaveRegisters = true |
![]() | |
static constexpr int | kReturnCount |
static constexpr int | kParameterCount |
static constexpr bool | kNoContext |
static constexpr bool | kAllowVarArgs |
static constexpr bool | kNoStackScan |
static constexpr auto | kStackArgumentOrder |
static constexpr int | kMaxRegisterParams |
static constexpr bool | kRestrictAllocatableRegisters |
static constexpr bool | kCalleeSaveRegisters |
static constexpr bool | kCustomMachineTypes |
Additional Inherited Members | |
![]() | |
using | Flags = CallInterfaceDescriptorData::Flags |
![]() | |
const CallInterfaceDescriptorData * | data () const |
bool | CheckFloatingPointParameters (CallInterfaceDescriptorData *data) |
bool | IsValidFloatParameterRegister (Register reg) |
![]() | |
static constexpr auto | DefaultRegisterArray () |
static constexpr auto | DefaultDoubleRegisterArray () |
static constexpr auto | DefaultReturnRegisterArray () |
static constexpr auto | DefaultReturnDoubleRegisterArray () |
static constexpr std::array< Register, kJSBuiltinRegisterParams > | DefaultJSRegisterArray () |
Definition at line 1475 of file interface-descriptors.h.
|
inlinestaticconstexpr |
Definition at line 352 of file interface-descriptors-inl.h.
v8::internal::IndirectPointerWriteBarrierDescriptor::DEFINE_PARAMETER_TYPES | ( | MachineType::TaggedPointer() | , |
MachineType::Pointer() | , | ||
MachineType::Uint64() | ) const |
|
inlinestaticconstexpr |
Definition at line 347 of file interface-descriptors-inl.h.
|
inlinestaticconstexpr |
Definition at line 337 of file interface-descriptors-inl.h.
|
inlinestaticconstexpr |
Definition at line 342 of file interface-descriptors-inl.h.
|
staticconstexpr |
Definition at line 1488 of file interface-descriptors.h.
|
staticconstexpr |
Definition at line 1487 of file interface-descriptors.h.