HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocatableGeneralCode (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
register-configuration.h 59 int GetAllocatableGeneralCode(int index) const {
  /external/v8/test/cctest/
test-code-stubs-x64.cc 85 Register::from_code(config->GetAllocatableGeneralCode(reg_num));
103 Register::from_code(config->GetAllocatableGeneralCode(reg_num));
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 174 int code = config->GetAllocatableGeneralCode(i);
190 int code = config->GetAllocatableGeneralCode(i);
245 int code = config->GetAllocatableGeneralCode(i);
255 spilled_register_ = config->GetAllocatableGeneralCode(0);
  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 221 ->GetAllocatableGeneralCode(1));
226 ->GetAllocatableGeneralCode(index));
test-run-native-calls.cc 694 ->GetAllocatableGeneralCode(0)};
747 ->GetAllocatableGeneralCode(0)};
802 ->GetAllocatableGeneralCode(0)};
805 ->GetAllocatableGeneralCode(0)};
848 ->GetAllocatableGeneralCode(0)};
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 109 ->GetAllocatableGeneralCode(0);
112 ->GetAllocatableGeneralCode(1);
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 173 int code = config->GetAllocatableGeneralCode(i);
189 int code = config->GetAllocatableGeneralCode(i);
244 int code = config->GetAllocatableGeneralCode(i);
254 spilled_register_ = config->GetAllocatableGeneralCode(0);
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/compiler/
register-allocator.cc     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]

Completed in 234 milliseconds