Searched defs:isScratchPhysical (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp419 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) { argument
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);
H A DLowerHelper.cpp52 bool isScratchPhysical; variable
2022 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical);
2023 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical);
2024 updateRefCount2(C_SCRATCH_2, LowOpndRegType_gp, isScratchPhysical);
2025 updateRefCount2(C_SCRATCH_2, LowOpndRegType_gp, isScratchPhysical);
2036 get_self_pointer(C_SCRATCH_1, isScratchPhysical);
2037 move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPhysical, C_SCRATCH_2, isScratchPhysical);
2039 updateGlue(C_SCRATCH_2, isScratchPhysical, PhysicalReg_GLUE_DVMDEX); //spill_loc_index is -1, set physicalReg
2040 move_mem_to_reg(OpndSize_32, offDvmDex_pResStrings, C_SCRATCH_2, isScratchPhysical, re
[all...]

Completed in 45 milliseconds