Searched refs:SimulatorRuntimeProfilingApiCall (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1515 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1); typedef in namespace:v8::internal
1696 SimulatorRuntimeProfilingApiCall target =
1697 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc1680 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1); typedef in namespace:v8::internal
1822 SimulatorRuntimeProfilingApiCall target =
1823 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc538 typedef void (*SimulatorRuntimeProfilingApiCall)(int64_t arg0, void* arg1); typedef in namespace:v8::internal
691 SimulatorRuntimeProfilingApiCall target =
692 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1590 typedef void (*SimulatorRuntimeProfilingApiCall)(int64_t arg0, void* arg1); typedef in namespace:v8::internal
1758 SimulatorRuntimeProfilingApiCall target =
1759 reinterpret_cast<SimulatorRuntimeProfilingApiCall>(external);

Completed in 1646 milliseconds