Searched refs:CallDouble (Results 1 – 3 of 3) sorted by relevance
26 return simulator->CallDouble(fast_exp_arm64_machine_code, args); in fast_exp_simulator()
183 double CallDouble(byte* entry, CallArgument* args);
173 double Simulator::CallDouble(byte* entry, CallArgument* args) { in CallDouble() function in v8::internal::Simulator