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

  /dalvik/vm/compiler/codegen/x86/
NcgAot.cpp 44 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
46 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
55 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
57 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
73 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
74 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
90 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
92 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
102 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
103 call_reg(C_SCRATCH_1, isScratchPhysical);
    [all...]
LowerReturn.cpp 97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
103 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
LowerHelper.cpp 52 bool isScratchPhysical;
    [all...]
LowerGetPut.cpp 419 get_self_pointer(PhysicalReg_SCRATCH_6, isScratchPhysical);
420 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_6, isScratchPhysical, scratchReg, isPhysical);
429 get_self_pointer(PhysicalReg_SCRATCH_2, isScratchPhysical);
430 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isPhysical);
435 void markCard_filled(int tgtAddrReg, bool isTgtPhysical, int scratchReg, bool isScratchPhysical) {
437 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isScratchPhysical);
439 move_reg_to_mem_disp_scale(OpndSize_8, scratchReg, isScratchPhysical, scratchReg, isScratchPhysical, 0, tgtAddrReg, isTgtPhysical, 1);
Lower.cpp 425 isScratchPhysical = true;
427 isScratchPhysical = false;
436 isScratchPhysical = true;
438 isScratchPhysical = false;
LowerJump.cpp     [all...]
LowerInvoke.cpp     [all...]
LowerObject.cpp 26 extern void markCard_filled(int tgtAddrReg, bool isTgtPhysical, int scratchReg, bool isScratchPhysical);
AnalysisO1.cpp 639 isScratchPhysical = true;
    [all...]
Lower.h 524 extern bool isScratchPhysical;
    [all...]

Completed in 82 milliseconds