Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-code-stubs-x64.cc85 Register::from_code(config->GetAllocatableGeneralCode(reg_num)); in MakeConvertDToIFuncTrampoline()
103 Register::from_code(config->GetAllocatableGeneralCode(reg_num)); in MakeConvertDToIFuncTrampoline()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc174 int code = config->GetAllocatableGeneralCode(i); in GetFreeRegisterNot()
190 int code = config->GetAllocatableGeneralCode(i); in HasBeenReset()
245 int code = config->GetAllocatableGeneralCode(i); in EnsureTempRegister()
255 spilled_register_ = config->GetAllocatableGeneralCode(0); in EnsureTempRegister()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc173 int code = config->GetAllocatableGeneralCode(i); in GetFreeRegisterNot()
189 int code = config->GetAllocatableGeneralCode(i); in HasBeenReset()
244 int code = config->GetAllocatableGeneralCode(i); in EnsureTempRegister()
254 spilled_register_ = config->GetAllocatableGeneralCode(0); in EnsureTempRegister()
/external/v8/src/
Dregister-configuration.h59 int GetAllocatableGeneralCode(int index) const { in GetAllocatableGeneralCode() function
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc221 ->GetAllocatableGeneralCode(1)); in CreateRandomOperand()
226 ->GetAllocatableGeneralCode(index)); in CreateRandomOperand()
Dtest-run-native-calls.cc694 ->GetAllocatableGeneralCode(0)}; in TEST()
747 ->GetAllocatableGeneralCode(0)}; in Test_Int32_WeightedSum_of_size()
802 ->GetAllocatableGeneralCode(0)}; in Test_Int32_Select()
805 ->GetAllocatableGeneralCode(0)}; in Test_Int32_Select()
848 ->GetAllocatableGeneralCode(0)}; in TEST()
1052 ->GetAllocatableGeneralCode(0), in MixedParamTest()
1054 ->GetAllocatableGeneralCode(1)}; in MixedParamTest()
1057 ->GetAllocatableGeneralCode(0)}; in MixedParamTest()
/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc109 ->GetAllocatableGeneralCode(0); in TEST_F()
112 ->GetAllocatableGeneralCode(1); in TEST_F()
/external/v8/src/compiler/
Dregister-allocator.cc1938 int code = config()->GetAllocatableGeneralCode(i); in ProcessInstructions()
/external/v8/src/arm/
Dmacro-assembler-arm.cc3482 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4192 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/mips/
Dmacro-assembler-mips.cc5661 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc6379 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()