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

  /external/v8/src/
register-configuration.h 70 int GetAllocatableGeneralCode(int index) const {
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 173 int code = config->GetAllocatableGeneralCode(i);
188 int code = config->GetAllocatableGeneralCode(i);
242 int code = config->GetAllocatableGeneralCode(i);
252 spilled_register_ = config->GetAllocatableGeneralCode(0);
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 172 int code = config->GetAllocatableGeneralCode(i);
187 int code = config->GetAllocatableGeneralCode(i);
241 int code = config->GetAllocatableGeneralCode(i);
251 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/s390/
macro-assembler-s390.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]

Completed in 579 milliseconds