Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Ddeoptimizer-ia32.cc30 int code = config->GetAllocatableDoubleCode(i); in Generate()
107 int code = config->GetAllocatableDoubleCode(i); in Generate()
180 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/s390/
Ddeoptimizer-s390.cc35 int code = config->GetAllocatableDoubleCode(i); in Generate()
117 int code = config->GetAllocatableDoubleCode(i); in Generate()
206 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc36 int code = config->GetAllocatableDoubleCode(i); in Generate()
113 int code = config->GetAllocatableDoubleCode(i); in Generate()
199 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc35 int code = config->GetAllocatableDoubleCode(i); in Generate()
122 int code = config->GetAllocatableDoubleCode(i); in Generate()
203 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/mips/
Ddeoptimizer-mips.cc36 int code = config->GetAllocatableDoubleCode(i); in Generate()
122 int code = config->GetAllocatableDoubleCode(i); in Generate()
204 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/x64/
Ddeoptimizer-x64.cc33 int code = config->GetAllocatableDoubleCode(i); in Generate()
209 int code = config->GetAllocatableDoubleCode(i); in Generate()
Dmacro-assembler-x64.cc2405 DoubleRegister::from_code(config->GetAllocatableDoubleCode(i)); in EnterExitFrameEpilogue()
2451 DoubleRegister::from_code(config->GetAllocatableDoubleCode(i)); in LeaveExitFrame()
/external/v8/src/
Dregister-configuration.h94 int GetAllocatableDoubleCode(int index) const { in GetAllocatableDoubleCode() function
/external/v8/src/arm/
Ddeoptimizer-arm.cc118 int code = config->GetAllocatableDoubleCode(i); in Generate()
202 int code = config->GetAllocatableDoubleCode(i); in Generate()
/external/v8/src/compiler/
Dregister-allocator.cc2098 int code = config()->GetAllocatableDoubleCode(i); in ProcessInstructions()