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

  /dalvik/vm/compiler/codegen/x86/
LowerObject.cpp 49 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2;
231 scratchRegs[0] = PhysicalReg_SCRATCH_2;
260 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2;
271 scratchRegs[0] = PhysicalReg_SCRATCH_2;
447 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2;
629 scratchRegs[0] = PhysicalReg_SCRATCH_2;
650 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2;
674 scratchRegs[0] = PhysicalReg_SCRATCH_2;
LowerGetPut.cpp 429 get_self_pointer(PhysicalReg_SCRATCH_2, isScratchPhysical);
430 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isPhysical);
436 get_self_pointer(PhysicalReg_SCRATCH_2, false/*isPhysical*/);
437 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isScratchPhysical);
LowerJump.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 33 PhysicalReg_SCRATCH_1 = 100, PhysicalReg_SCRATCH_2, PhysicalReg_SCRATCH_3, PhysicalReg_SCRATCH_4,

Completed in 25 milliseconds