Searched refs:InterpreterDispatchDescriptor (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 34 InterpreterDispatchDescriptor::kBytecodeArray)), in InterpreterAssembler() 38 InterpreterDispatchDescriptor::kBytecodeOffset)), in InterpreterAssembler() 41 InterpreterDispatchDescriptor::kDispatchTable)), in InterpreterAssembler() 44 Parameter<Object>(InterpreterDispatchDescriptor::kAccumulator)), in InterpreterAssembler() 87 InterpreterDispatchDescriptor::kBytecodeOffset))) { in BytecodeOffset() 145 InterpreterDispatchDescriptor::kDispatchTable))) { in DispatchTablePointer() 1253 InterpreterDispatchDescriptor{}, handler_entry, GetAccumulatorUnchecked(), in DispatchToBytecodeHandlerEntry()
|
H A D | interpreter-generator.cc | 3116 isolate, &zone, InterpreterDispatchDescriptor{}, in GenerateBytecodeHandler()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | interface-descriptors-mips64-inl.h | 279 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | interface-descriptors-s390-inl.h | 273 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | interface-descriptors-arm-inl.h | 278 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | interface-descriptors-ia32-inl.h | 271 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | interface-descriptors-mips-inl.h | 274 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | interface-descriptors-riscv64-inl.h | 288 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | interface-descriptors-arm64-inl.h | 285 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | interface-descriptors-ppc-inl.h | 276 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | interface-descriptors-loong64-inl.h | 279 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | interface-descriptors-x64-inl.h | 285 constexpr auto InterpreterDispatchDescriptor::registers() { in registers()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | interface-descriptors.h | 1691 class V8_EXPORT_PRIVATE InterpreterDispatchDescriptor class 1692 : public StaticCallInterfaceDescriptor<InterpreterDispatchDescriptor> { 1700 DECLARE_DESCRIPTOR(InterpreterDispatchDescriptor)
|
Completed in 17 milliseconds