Home
last modified time | relevance | path

Searched refs:AbortDescriptor (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.cc95 DCHECK(!AbortDescriptor{}.HasContextParameter()); in InitializeOncePerProcess()
H A Dinterface-descriptors.h1440 class AbortDescriptor : public StaticCallInterfaceDescriptor<AbortDescriptor> { class
1444 DECLARE_DESCRIPTOR(AbortDescriptor)
/third_party/node/deps/v8/src/codegen/mips64/
H A Dinterface-descriptors-mips64-inl.h237 constexpr auto AbortDescriptor::registers() { return RegisterArray(a0); } in registers()
/third_party/node/deps/v8/src/codegen/s390/
H A Dinterface-descriptors-s390-inl.h241 constexpr auto AbortDescriptor::registers() { return RegisterArray(r3); } in registers()
/third_party/node/deps/v8/src/codegen/arm/
H A Dinterface-descriptors-arm-inl.h237 constexpr auto AbortDescriptor::registers() { return RegisterArray(r1); } in registers()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dinterface-descriptors-ia32-inl.h235 constexpr auto AbortDescriptor::registers() { return RegisterArray(edx); } in registers()
/third_party/node/deps/v8/src/codegen/mips/
H A Dinterface-descriptors-mips-inl.h236 constexpr auto AbortDescriptor::registers() { return RegisterArray(a0); } in registers()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dinterface-descriptors-riscv64-inl.h239 constexpr auto AbortDescriptor::registers() { return RegisterArray(a0); } in registers()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinterface-descriptors-arm64-inl.h236 constexpr auto AbortDescriptor::registers() { return RegisterArray(x1); } in registers()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dinterface-descriptors-ppc-inl.h241 constexpr auto AbortDescriptor::registers() { return RegisterArray(r4); } in registers()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dinterface-descriptors-loong64-inl.h237 constexpr auto AbortDescriptor::registers() { return RegisterArray(a0); } in registers()
/third_party/node/deps/v8/src/codegen/x64/
H A Dinterface-descriptors-x64-inl.h249 constexpr auto AbortDescriptor::registers() { return RegisterArray(rdx); } in registers()

Completed in 11 milliseconds