Home
last modified time | relevance | path

Searched refs:CallInterfaceDescriptor (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dcallable.h19 Callable(Handle<CodeT> code, CallInterfaceDescriptor descriptor) in Callable()
23 CallInterfaceDescriptor descriptor() const { return descriptor_; } in descriptor()
27 const CallInterfaceDescriptor descriptor_;
Dinterface-descriptors.cc106 const char* CallInterfaceDescriptor::DebugName() const { in DebugName()
120 bool CallInterfaceDescriptor::IsValidFloatParameterRegister(Register reg) { in IsValidFloatParameterRegister()
Dinterface-descriptors-inl.h43 CallInterfaceDescriptor::DefaultJSRegisterArray() { in DefaultJSRegisterArray()
52 return CallInterfaceDescriptor::DefaultRegisterArray(); in registers()
58 return CallInterfaceDescriptor::DefaultJSRegisterArray(); in registers()
Dinterface-descriptors.h313 class V8_EXPORT_PRIVATE CallInterfaceDescriptor {
317 CallInterfaceDescriptor() : data_(nullptr) {} in CallInterfaceDescriptor() function
318 ~CallInterfaceDescriptor() = default;
320 explicit CallInterfaceDescriptor(CallDescriptors::Key key) in CallInterfaceDescriptor() function
378 bool operator==(const CallInterfaceDescriptor& other) const {
415 class StaticCallInterfaceDescriptor : public CallInterfaceDescriptor {
482 : CallInterfaceDescriptor(key) {} in StaticCallInterfaceDescriptor()
/third_party/node/deps/v8/src/compiler/
Dlinkage.h34 class CallInterfaceDescriptor; variable
529 Zone* zone, const CallInterfaceDescriptor& descriptor, in NON_EXPORTED_BASE()
535 Zone* zone, const CallInterfaceDescriptor& descriptor, in NON_EXPORTED_BASE()
Dcode-assembler.h51 class CallInterfaceDescriptor; variable
1182 TNode<T> CallStub(const CallInterfaceDescriptor& descriptor, in CallStub()
1189 TNode<T> CallBuiltinPointer(const CallInterfaceDescriptor& descriptor, in CallBuiltinPointer()
1204 void TailCallStub(const CallInterfaceDescriptor& descriptor, in TailCallStub()
1210 void TailCallBytecodeDispatch(const CallInterfaceDescriptor& descriptor,
1215 const CallInterfaceDescriptor& descriptor, Node* target, Node* context, in TailCallStubThenBytecodeDispatch()
1346 void TailCallStubImpl(const CallInterfaceDescriptor& descriptor,
1351 const CallInterfaceDescriptor& descriptor, Node* target, Node* context,
1356 const CallInterfaceDescriptor& descriptor, in CallStubR()
1362 const CallInterfaceDescriptor& descriptor,
[all …]
Dcode-assembler.cc50 Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, in CodeAssemblerState()
1074 const CallInterfaceDescriptor& descriptor, in CallStubN()
1106 void CodeAssembler::TailCallStubImpl(const CallInterfaceDescriptor& descriptor, in TailCallStubImpl()
1127 const CallInterfaceDescriptor& descriptor, in CallStubRImpl()
1146 Node* CodeAssembler::CallJSStubImpl(const CallInterfaceDescriptor& descriptor, in CallJSStubImpl()
1170 const CallInterfaceDescriptor& descriptor, Node* target, Node* context, in TailCallStubThenBytecodeDispatchImpl()
1194 const CallInterfaceDescriptor& descriptor, TNode<RawPtrT> target, in TailCallBytecodeDispatch()
1208 const CallInterfaceDescriptor& descriptor, TNode<RawPtrT> target,
Dlinkage.cc441 Zone* zone, const CallInterfaceDescriptor& descriptor, in GetStubCallDescriptor()
549 Zone* zone, const CallInterfaceDescriptor& descriptor, in GetBytecodeDispatchCallDescriptor()
Dframe-states.cc154 CallInterfaceDescriptor descriptor = callable.descriptor(); in CreateStubBuiltinContinuationFrameState()
Djs-generic-lowering.cc98 const CallInterfaceDescriptor& descriptor = callable.descriptor(); in ReplaceWithBuiltinCall()
132 const CallInterfaceDescriptor& descriptor = callable.descriptor(); in ReplaceUnaryOpWithBuiltinCall()
/third_party/node/deps/v8/src/builtins/
Dbuiltins.h16 class CallInterfaceDescriptor; variable
165 static CallInterfaceDescriptor CallInterfaceDescriptorFor(Builtin builtin);
Dbuiltins.cc209 CallInterfaceDescriptor Builtins::CallInterfaceDescriptorFor(Builtin builtin) { in CallInterfaceDescriptorFor()
230 return CallInterfaceDescriptor{key}; in CallInterfaceDescriptorFor()
Dsetup-builtins-internal.cc180 CallInterfaceDescriptor descriptor(interface_descriptor); in BuildWithCodeStubAssemblerCS()
/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.cc204 STATIC_ASSERT(CallInterfaceDescriptor::ContextRegister() != in BuiltinAliasesOffHeapTrampolineRegister()
208 CallInterfaceDescriptor descriptor = callable.descriptor(); in BuiltinAliasesOffHeapTrampolineRegister()
/third_party/node/deps/v8/src/execution/
Dframes.h1442 class CallInterfaceDescriptor; variable
1449 const CallInterfaceDescriptor& continuation_descriptor, in Precise()
1463 const CallInterfaceDescriptor& continuation_descriptor, in Conservative()
1491 const CallInterfaceDescriptor& continuation_descriptor,
/third_party/node/deps/v8/src/codegen/ia32/
Dinterface-descriptors-ia32-inl.h15 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/riscv64/
Dinterface-descriptors-riscv64-inl.h17 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/arm64/
Dinterface-descriptors-arm64-inl.h17 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/loong64/
Dinterface-descriptors-loong64-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/mips/
Dinterface-descriptors-mips-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/x64/
Dinterface-descriptors-x64-inl.h15 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/mips64/
Dinterface-descriptors-mips64-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/s390/
Dinterface-descriptors-s390-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/ppc/
Dinterface-descriptors-ppc-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/arm/
Dinterface-descriptors-arm-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()

12