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

  /dalvik/vm/
Thread.h 146 u1* cardTable;
  /dalvik/vm/mterp/common/
asm-constants.h 175 MTERP_OFFSET(offThread_cardTable, Thread, cardTable, 56)
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 420 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_6, isScratchPhysical, scratchReg, isPhysical);
430 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isPhysical);
437 move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical, scratchReg, isScratchPhysical);
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 35 loadWordDisp(cUnit, r6SELF, offsetof(Thread, cardTable),
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 35 loadWordDisp(cUnit, rSELF, offsetof(Thread, cardTable),
    [all...]

Completed in 335 milliseconds