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/
H A Dcallable.h19 Callable(Handle<CodeT> code, CallInterfaceDescriptor descriptor) in Callable()
23 CallInterfaceDescriptor descriptor() const { return descriptor_; } in descriptor()
27 const CallInterfaceDescriptor descriptor_;
H A Dinterface-descriptors.cc106 const char* CallInterfaceDescriptor::DebugName() const { in DebugName()
120 bool CallInterfaceDescriptor::IsValidFloatParameterRegister(Register reg) { in IsValidFloatParameterRegister()
H A Dinterface-descriptors-inl.h43 CallInterfaceDescriptor::DefaultJSRegisterArray() { in DefaultJSRegisterArray()
52 return CallInterfaceDescriptor::DefaultRegisterArray(); in registers()
58 return CallInterfaceDescriptor::DefaultJSRegisterArray(); in registers()
H A Dinterface-descriptors.h313 class V8_EXPORT_PRIVATE CallInterfaceDescriptor { class
317 CallInterfaceDescriptor() : data_(nullptr) {} in CallInterfaceDescriptor() function in v8::internal::CallInterfaceDescriptor
318 ~CallInterfaceDescriptor() = default;
320 explicit CallInterfaceDescriptor(CallDescriptors::Key key) in CallInterfaceDescriptor() function in v8::internal::CallInterfaceDescriptor
378 bool operator==(const CallInterfaceDescriptor& other) const { in operator ==()
415 class StaticCallInterfaceDescriptor : public CallInterfaceDescriptor {
434 // Defaults to CallInterfaceDescriptor::DefaultRegisterArray().
482 : CallInterfaceDescriptor(key) {} in StaticCallInterfaceDescriptor()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h51 class CallInterfaceDescriptor;
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
[all...]
H A Dlinkage.h34 class CallInterfaceDescriptor;
529 Zone* zone, const CallInterfaceDescriptor& descriptor,
535 Zone* zone, const CallInterfaceDescriptor& descriptor,
H A 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,
H A Dlinkage.cc441 Zone* zone, const CallInterfaceDescriptor& descriptor, in GetStubCallDescriptor()
549 Zone* zone, const CallInterfaceDescriptor& descriptor, in GetBytecodeDispatchCallDescriptor()
H A Dframe-states.cc154 CallInterfaceDescriptor descriptor = callable.descriptor(); in CreateStubBuiltinContinuationFrameState()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.h16 class CallInterfaceDescriptor;
165 static CallInterfaceDescriptor CallInterfaceDescriptorFor(Builtin builtin);
H A Dbuiltins.cc209 CallInterfaceDescriptor Builtins::CallInterfaceDescriptorFor(Builtin builtin) { in CallInterfaceDescriptorFor()
230 return CallInterfaceDescriptor{key}; in CallInterfaceDescriptorFor()
H A Dsetup-builtins-internal.cc180 CallInterfaceDescriptor descriptor(interface_descriptor); in BuildWithCodeStubAssemblerCS()
301 /* Return size is from the provided CallInterfaceDescriptor. */ \ in SetupBuiltinsInternal()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc204 STATIC_ASSERT(CallInterfaceDescriptor::ContextRegister() != in BuiltinAliasesOffHeapTrampolineRegister()
208 CallInterfaceDescriptor descriptor = callable.descriptor(); in BuiltinAliasesOffHeapTrampolineRegister()
/third_party/node/deps/v8/src/execution/
H A Dframes.h1442 class CallInterfaceDescriptor;
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/mips64/
H A Dinterface-descriptors-mips64-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/s390/
H A Dinterface-descriptors-s390-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/arm/
H A Dinterface-descriptors-arm-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dinterface-descriptors-ia32-inl.h15 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/mips/
H A Dinterface-descriptors-mips-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dinterface-descriptors-riscv64-inl.h17 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinterface-descriptors-arm64-inl.h17 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dinterface-descriptors-ppc-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dinterface-descriptors-loong64-inl.h16 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/codegen/x64/
H A Dinterface-descriptors-x64-inl.h15 constexpr auto CallInterfaceDescriptor::DefaultRegisterArray() { in DefaultRegisterArray()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h594 void ReturnCallStub(const CallInterfaceDescriptor& descriptor, in ReturnCallStub()

Completed in 26 milliseconds

12