Searched defs:SimulatorRuntimeProfilingApiCall (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/ppc/
H A Dsimulator-ppc.cc1228 typedef void (*SimulatorRuntimeProfilingApiCall)(intptr_t arg0, void* arg1); typedef in namespace:v8::internal
1387 SimulatorRuntimeProfilingApiCall target =
1388 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/v8/src/arm/
H A Dsimulator-arm.cc1757 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1); typedef in namespace:v8::internal
1901 SimulatorRuntimeProfilingApiCall target =
1902 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/v8/src/arm64/
H A Dsimulator-arm64.cc559 typedef void (*SimulatorRuntimeProfilingApiCall)(int64_t arg0, void* arg1); typedef in namespace:v8::internal
744 SimulatorRuntimeProfilingApiCall target =
745 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/v8/src/mips/
H A Dsimulator-mips.cc1980 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1); typedef in namespace:v8::internal
2163 SimulatorRuntimeProfilingApiCall target =
2164 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1990 typedef void (*SimulatorRuntimeProfilingApiCall)(int64_t arg0, void* arg1); typedef in namespace:v8::internal
2155 SimulatorRuntimeProfilingApiCall target =
2156 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/v8/src/s390/
H A Dsimulator-s390.cc1969 typedef void (*SimulatorRuntimeProfilingApiCall)(intptr_t arg0, void* arg1); typedef in namespace:v8::internal
2132 SimulatorRuntimeProfilingApiCall target =
2133 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);

Completed in 144 milliseconds