Home
last modified time | relevance | path

Searched refs:StaticCallInterfaceDescriptor (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors.h415 class StaticCallInterfaceDescriptor : public CallInterfaceDescriptor {
481 explicit StaticCallInterfaceDescriptor(CallDescriptors::Key key) in StaticCallInterfaceDescriptor() function
509 : public StaticCallInterfaceDescriptor<Descriptor> {
514 using StaticCallInterfaceDescriptor<
515 Descriptor>::StaticCallInterfaceDescriptor;
542 friend class StaticCallInterfaceDescriptor<name>; \
547 DECLARE_DESCRIPTOR_WITH_BASE(name, StaticCallInterfaceDescriptor) \
552 : StaticCallInterfaceDescriptor(key) {} \
661 DECLARE_DESCRIPTOR_WITH_BASE(name, StaticCallInterfaceDescriptor) \
664 : StaticCallInterfaceDescriptor(key) {} \
[all …]
Dinterface-descriptors-inl.h51 constexpr auto StaticCallInterfaceDescriptor<DerivedDescriptor>::registers() { in registers()
62 void StaticCallInterfaceDescriptor<DerivedDescriptor>::Initialize( in Initialize()
96 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetReturnCount() { in GetReturnCount()
108 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetParameterCount() { in GetParameterCount()
157 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetRegisterParameterCount() {
180 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetStackParameterCount() {
188 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetRegisterParameter(int i) {
Dinterface-descriptors.cc130 void StaticCallInterfaceDescriptor<DerivedDescriptor>::Verify( in Verify()
/third_party/node/deps/v8/src/codegen/ia32/
Dinterface-descriptors-ia32-inl.h23 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/riscv64/
Dinterface-descriptors-riscv64-inl.h25 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/arm64/
Dinterface-descriptors-arm64-inl.h25 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/loong64/
Dinterface-descriptors-loong64-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/mips/
Dinterface-descriptors-mips-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/x64/
Dinterface-descriptors-x64-inl.h23 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/mips64/
Dinterface-descriptors-mips64-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/s390/
Dinterface-descriptors-s390-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/ppc/
Dinterface-descriptors-ppc-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::
/third_party/node/deps/v8/src/codegen/arm/
Dinterface-descriptors-arm-inl.h24 void StaticCallInterfaceDescriptor<DerivedDescriptor>::