Searched refs:scratchReg (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerGetPut.cpp | 318 void markCard_notNull(int tgtAddrReg, int scratchReg, bool isPhysical); 418 void markCard(int valReg, int tgtAddrReg, bool targetPhysical, int scratchReg, bool isPhysical) { in markCard() argument 420 …32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_6, isScratchPhysical, scratchReg, isPhysical); in markCard() 424 …move_reg_to_mem_disp_scale(OpndSize_8, scratchReg, isPhysical, scratchReg, isPhysical, 0, tgtAddrR… in markCard() 428 void markCard_notNull(int tgtAddrReg, int scratchReg, bool isPhysical) { in markCard_notNull() argument 430 …32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isPhysical); in markCard_notNull() 432 …move_reg_to_mem_disp_scale(OpndSize_8, scratchReg, isPhysical, scratchReg, isPhysical, 0, tgtAddrR… in markCard_notNull() 435 void markCard_filled(int tgtAddrReg, bool isTgtPhysical, int scratchReg, bool isScratchPhysical) { in markCard_filled() argument 437 …offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isScratchPhysic… in markCard_filled() 439 …move_reg_to_mem_disp_scale(OpndSize_8, scratchReg, isScratchPhysical, scratchReg, isScratchPhysica… in markCard_filled()
|
D | LowerObject.cpp | 26 extern void markCard_filled(int tgtAddrReg, bool isTgtPhysical, int scratchReg, bool isScratchPhysi…
|