Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc968 using SimulatorRuntimeProfilingGetterCall = void (*)(intptr_t arg0, typedef
1164 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
1165 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2036 using SimulatorRuntimeProfilingGetterCall = void (*)(int64_t arg0, int64_t arg1, typedef
2227 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
2228 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1617 using SimulatorRuntimeProfilingGetterCall = void (*)(int32_t arg0, int32_t arg1, typedef
1845 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
1846 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2759 using SimulatorRuntimeProfilingGetterCall = void (*)(int64_t arg0, int64_t arg1, typedef
2929 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
2930 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc470 using SimulatorRuntimeProfilingGetterCall = void (*)(int64_t arg0, int64_t arg1, typedef
889 SimulatorRuntimeProfilingGetterCall target = in DoRuntimeCall()
890 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in DoRuntimeCall()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2209 using SimulatorRuntimeProfilingGetterCall = void (*)(int32_t arg0, int32_t arg1, typedef
2417 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
2418 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2229 using SimulatorRuntimeProfilingGetterCall = void (*)(int64_t arg0, int64_t arg1, typedef
2422 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
2423 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc1965 using SimulatorRuntimeProfilingGetterCall = void (*)(intptr_t arg0, typedef
2166 SimulatorRuntimeProfilingGetterCall target = in SoftwareInterrupt()
2167 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external); in SoftwareInterrupt()