HomeSort by relevance Sort by last modified time
    Searched refs:FromAllocationIndex (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/v8/src/compiler/
code-generator-impl.h 87 return Register::FromAllocationIndex(op->index());
92 return DoubleRegister::FromAllocationIndex(op->index());
code-generator.cc 95 Register reg = Register::FromAllocationIndex(pointer->index());
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.cc 173 return Register::FromAllocationIndex(i);
209 __ pop(Register::FromAllocationIndex(spilled_register_));
218 __ pop(Register::FromAllocationIndex(spilled_register_));
227 return Register::FromAllocationIndex(spilled_register_);
238 Register scratch = Register::FromAllocationIndex(i);
246 Register scratch = Register::FromAllocationIndex(0);
assembler-x87.h 78 static inline Register FromAllocationIndex(int index);
138 inline Register Register::FromAllocationIndex(int index) {
164 static X87Register FromAllocationIndex(int index) {
    [all...]
code-stubs-x87.h 313 Register candidate = Register::FromAllocationIndex(i);
  /external/chromium_org/v8/test/cctest/
test-code-stubs-ia32.cc 74 Register reg = Register::FromAllocationIndex(reg_num);
92 Register reg = Register::FromAllocationIndex(reg_num);
test-code-stubs-x64.cc 78 Register reg = Register::FromAllocationIndex(reg_num);
95 Register reg = Register::FromAllocationIndex(reg_num);
test-code-stubs-x87.cc 74 Register reg = Register::FromAllocationIndex(reg_num);
92 Register reg = Register::FromAllocationIndex(reg_num);
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 173 return Register::FromAllocationIndex(i);
209 __ pop(Register::FromAllocationIndex(spilled_register_));
218 __ pop(Register::FromAllocationIndex(spilled_register_));
227 return Register::FromAllocationIndex(spilled_register_);
238 Register scratch = Register::FromAllocationIndex(i);
246 Register scratch = Register::FromAllocationIndex(0);
deoptimizer-ia32.cc 240 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
372 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
assembler-ia32.h 78 static inline Register FromAllocationIndex(int index);
138 inline Register Register::FromAllocationIndex(int index) {
156 static XMMRegister FromAllocationIndex(int index) {
    [all...]
code-stubs-ia32.h 324 Register candidate = Register::FromAllocationIndex(i);
lithium-codegen-ia32.cc 105 XMMRegister::FromAllocationIndex(save_iterator.Current()));
120 __ movsd(XMMRegister::FromAllocationIndex(save_iterator.Current()),
492 return Register::FromAllocationIndex(index);
497 return XMMRegister::FromAllocationIndex(index);
    [all...]
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 146 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
283 const FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
assembler-mips.h 100 static Register FromAllocationIndex(int index) {
228 static FPURegister FromAllocationIndex(int index) {
    [all...]
  /external/chromium_org/v8/src/mips64/
deoptimizer-mips64.cc 145 FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
287 const FPURegister fpu_reg = FPURegister::FromAllocationIndex(i);
assembler-mips64.h 89 static Register FromAllocationIndex(int index) {
217 static FPURegister FromAllocationIndex(int index) {
    [all...]
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 142 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
272 XMMRegister xmm_reg = XMMRegister::FromAllocationIndex(i);
code-stubs-x64.h 298 Register candidate = Register::FromAllocationIndex(i);
assembler-x64.h 86 static Register FromAllocationIndex(int index) {
208 static XMMRegister FromAllocationIndex(int index) {
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 83 DwVfpRegister DwVfpRegister::FromAllocationIndex(int index) {
assembler-arm.h 107 static Register FromAllocationIndex(int index) {
223 inline static DwVfpRegister FromAllocationIndex(int index);
    [all...]
lithium-codegen-arm.cc 77 __ vstr(DwVfpRegister::FromAllocationIndex(save_iterator.Current()),
93 __ vldr(DwVfpRegister::FromAllocationIndex(save_iterator.Current()),
419 return Register::FromAllocationIndex(index);
424 return DwVfpRegister::FromAllocationIndex(index);
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 171 static Register FromAllocationIndex(unsigned index) {
284 static FPRegister FromAllocationIndex(unsigned int index) {
    [all...]
lithium-codegen-arm64.cc 611 FPRegister value = FPRegister::FromAllocationIndex(iterator.Current());
629 FPRegister value = FPRegister::FromAllocationIndex(iterator.Current());
    [all...]

Completed in 205 milliseconds

1 2