Searched refs:SimulatorRuntimeProfilingGetterCall (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm/
H A Dsimulator-arm.cc1649 typedef void (*SimulatorRuntimeProfilingGetterCall)( typedef in namespace:v8::internal
1817 SimulatorRuntimeProfilingGetterCall target =
1818 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(
/external/v8/src/arm64/
H A Dsimulator-arm64.cc564 typedef void (*SimulatorRuntimeProfilingGetterCall)(int64_t arg0, int64_t arg1, typedef in namespace:v8::internal
761 SimulatorRuntimeProfilingGetterCall target =
762 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(
/external/v8/src/mips/
H A Dsimulator-mips.cc1932 typedef void (*SimulatorRuntimeProfilingGetterCall)( typedef in namespace:v8::internal
2129 SimulatorRuntimeProfilingGetterCall target =
2130 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external);
/external/v8/src/ppc/
H A Dsimulator-ppc.cc1183 typedef void (*SimulatorRuntimeProfilingGetterCall)(intptr_t arg0, typedef in namespace:v8::internal
1374 SimulatorRuntimeProfilingGetterCall target =
1375 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external);
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1936 typedef void (*SimulatorRuntimeProfilingGetterCall)( typedef in namespace:v8::internal
2117 SimulatorRuntimeProfilingGetterCall target =
2118 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external);
/external/v8/src/s390/
H A Dsimulator-s390.cc1937 typedef void (*SimulatorRuntimeProfilingGetterCall)(intptr_t arg0, typedef in namespace:v8::internal
2132 SimulatorRuntimeProfilingGetterCall target =
2133 reinterpret_cast<SimulatorRuntimeProfilingGetterCall>(external);

Completed in 293 milliseconds