Home
last modified time | relevance | path

Searched defs:GetFpArgs (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc1076 void Simulator::GetFpArgs(double* x, double* y) { in GetFpArgs() function in v8::internal::Simulator
1101 void Simulator::GetFpArgs(double* x) { in GetFpArgs() function in v8::internal::Simulator
1119 void Simulator::GetFpArgs(double* x, int32_t* y) { in GetFpArgs() function in v8::internal::Simulator
/external/v8/src/arm/
Dsimulator-arm.cc1020 void Simulator::GetFpArgs(double* x, double* y) { in GetFpArgs() function in v8::internal::Simulator
1039 void Simulator::GetFpArgs(double* x) { in GetFpArgs() function in v8::internal::Simulator
1055 void Simulator::GetFpArgs(double* x, int32_t* y) { in GetFpArgs() function in v8::internal::Simulator