Searched refs:RestoreCallerDoubles (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h163 void RestoreCallerDoubles();
H A Dlithium-codegen-arm.cc83 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
349 RestoreCallerDoubles();
2566 RestoreCallerDoubles();
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h276 void RestoreCallerDoubles();
H A Dlithium-codegen-arm64.cc538 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
792 RestoreCallerDoubles();
4439 RestoreCallerDoubles();
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h140 void RestoreCallerDoubles();
H A Dlithium-codegen-ia32.cc104 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
273 if (info()->saves_caller_doubles()) RestoreCallerDoubles();
2376 if (info()->saves_caller_doubles()) RestoreCallerDoubles();
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h163 void RestoreCallerDoubles();
H A Dlithium-codegen-mips.cc106 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
348 RestoreCallerDoubles();
2458 RestoreCallerDoubles();
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h165 void RestoreCallerDoubles();
H A Dlithium-codegen-mips64.cc82 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
333 RestoreCallerDoubles();
2579 RestoreCallerDoubles();
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h153 void RestoreCallerDoubles();
H A Dlithium-codegen-ppc.cc84 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
345 RestoreCallerDoubles();
2642 RestoreCallerDoubles();
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h153 void RestoreCallerDoubles();
H A Dlithium-codegen-s390.cc76 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
332 RestoreCallerDoubles();
2612 RestoreCallerDoubles();
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h139 void RestoreCallerDoubles();
H A Dlithium-codegen-x64.cc99 void LCodeGen::RestoreCallerDoubles() { function in class:v8::internal::LCodeGen
297 RestoreCallerDoubles();
2506 RestoreCallerDoubles();

Completed in 193 milliseconds