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

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1510 typedef double (*SimulatorRuntimeFPIntCall)(double darg0, int32_t arg0); typedef in namespace:v8::internal
1657 SimulatorRuntimeFPIntCall target =
1658 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc1675 typedef double (*SimulatorRuntimeFPIntCall)(double darg0, int32_t arg0); typedef in namespace:v8::internal
1773 SimulatorRuntimeFPIntCall target =
1774 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc533 typedef double (*SimulatorRuntimeFPIntCall)(double arg1, int32_t arg2); typedef in namespace:v8::internal
661 SimulatorRuntimeFPIntCall target =
662 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1585 typedef double (*SimulatorRuntimeFPIntCall)(double darg0, int32_t arg0); typedef in namespace:v8::internal
1719 SimulatorRuntimeFPIntCall target =
1720 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);

Completed in 802 milliseconds