Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-code-stubs-x64.cc83 Register::from_code(config->GetAllocatableGeneralCode(reg_num)); in MakeConvertDToIFuncTrampoline()
101 Register::from_code(config->GetAllocatableGeneralCode(reg_num)); in MakeConvertDToIFuncTrampoline()
/external/v8/test/unittests/
Dregister-configuration-unittest.cc44 EXPECT_EQ(test.GetAllocatableGeneralCode(0), general_codes[0]); in TEST_F()
45 EXPECT_EQ(test.GetAllocatableGeneralCode(1), general_codes[1]); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc694 int rarray[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in TEST()
746 int rarray[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in Test_Int32_WeightedSum_of_size()
799 int parray[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in Test_Int32_Select()
800 int rarray[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in Test_Int32_Select()
840 int rarray[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in TEST()
1031 int parray_gp[] = {GetRegConfig()->GetAllocatableGeneralCode(0), in MixedParamTest()
1032 GetRegConfig()->GetAllocatableGeneralCode(1)}; in MixedParamTest()
1033 int rarray_gp[] = {GetRegConfig()->GetAllocatableGeneralCode(0)}; in MixedParamTest()
1142 int parray_gp[] = {GetRegConfig()->GetAllocatableGeneralCode(0), in TestStackSlot()
1143 GetRegConfig()->GetAllocatableGeneralCode(1)}; in TestStackSlot()
[all …]
Dtest-gap-resolver.cc210 return conf->RegisterConfiguration::GetAllocatableGeneralCode(index); in CreateRandomOperand()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc173 int code = config->GetAllocatableGeneralCode(i); in GetFreeRegisterNot()
188 int code = config->GetAllocatableGeneralCode(i); in HasBeenReset()
242 int code = config->GetAllocatableGeneralCode(i); in EnsureTempRegister()
252 spilled_register_ = config->GetAllocatableGeneralCode(0); in EnsureTempRegister()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc172 int code = config->GetAllocatableGeneralCode(i); in GetFreeRegisterNot()
187 int code = config->GetAllocatableGeneralCode(i); in HasBeenReset()
241 int code = config->GetAllocatableGeneralCode(i); in EnsureTempRegister()
251 spilled_register_ = config->GetAllocatableGeneralCode(0); in EnsureTempRegister()
/external/v8/src/
Dregister-configuration.h64 int GetAllocatableGeneralCode(int index) const { in GetAllocatableGeneralCode() function
/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc109 RegisterConfiguration::Turbofan()->GetAllocatableGeneralCode(0); in TEST_F()
111 RegisterConfiguration::Turbofan()->GetAllocatableGeneralCode(1); in TEST_F()
/external/v8/src/compiler/
Dregister-allocator.cc2053 int code = config()->GetAllocatableGeneralCode(i); in ProcessInstructions()
/external/v8/src/arm/
Dmacro-assembler-arm.cc3895 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4746 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/s390/
Dmacro-assembler-s390.cc3701 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/mips/
Dmacro-assembler-mips.cc6795 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc7133 int code = config->GetAllocatableGeneralCode(i); in GetRegisterThatIsNotOneOf()