Home
last modified time | relevance | path

Searched refs:GetVFPDoubleValue (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.cc58 bool GetVFPDoubleValue(const char* desc, double* value);
127 bool ArmDebugger::GetVFPDoubleValue(const char* desc, double* value) { in GetVFPDoubleValue() function in v8::internal::ArmDebugger
272 } else if (GetVFPDoubleValue(arg1, &dvalue)) { in Debug()