Searched refs:GetFPDoubleValue (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ppc/
H A Dsimulator-ppc.cc53 bool GetFPDoubleValue(const char* desc, double* value);
119 bool PPCDebugger::GetFPDoubleValue(const char* desc, double* value) { function in class:v8::internal::PPCDebugger
329 } else if (GetFPDoubleValue(arg1, &dvalue)) {
/external/v8/src/s390/
H A Dsimulator-s390.cc59 bool GetFPDoubleValue(const char* desc, double* value);
124 bool S390Debugger::GetFPDoubleValue(const char* desc, double* value) { function in class:v8::internal::S390Debugger
351 } else if (GetFPDoubleValue(arg1, &dvalue)) {

Completed in 192 milliseconds