Home
last modified time | relevance | path

Searched refs:SimulatorRuntimeProfilingApiCall (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc964 using SimulatorRuntimeProfilingApiCall = void (*)(intptr_t arg0, void* arg1); typedef
1128 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
1129 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2032 using SimulatorRuntimeProfilingApiCall = void (*)(int64_t arg0, void* arg1); typedef
2208 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
2209 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1613 using SimulatorRuntimeProfilingApiCall = void (*)(int32_t arg0, void* arg1); typedef
1643 SimulatorRuntimeProfilingApiCall target = in UnsafeProfilingApiCall()
1644 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(function); in UnsafeProfilingApiCall()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2755 using SimulatorRuntimeProfilingApiCall = void (*)(int64_t arg0, void* arg1); typedef
2908 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
2909 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc466 using SimulatorRuntimeProfilingApiCall = void (*)(int64_t arg0, void* arg1); typedef
495 SimulatorRuntimeProfilingApiCall target = in UnsafeProfilingApiCall()
496 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(function); in UnsafeProfilingApiCall()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2205 using SimulatorRuntimeProfilingApiCall = void (*)(int32_t arg0, void* arg1); typedef
2400 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
2401 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2225 using SimulatorRuntimeProfilingApiCall = void (*)(int64_t arg0, void* arg1); typedef
2403 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
2404 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc1961 using SimulatorRuntimeProfilingApiCall = void (*)(intptr_t arg0, void* arg1); typedef
2130 SimulatorRuntimeProfilingApiCall target = in SoftwareInterrupt()
2131 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external); in SoftwareInterrupt()