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

  /art/compiler/dex/quick/x86/
call_x86.cc 205 NewLIR2(kX86Mov32RT, reg_card_base, Thread::CardTableOffset().Int32Value());
  /art/compiler/dex/quick/mips/
call_mips.cc 312 LoadWordDisp(rMIPS_SELF, Thread::CardTableOffset().Int32Value(), reg_card_base);
  /art/compiler/llvm/
runtime_support_builder.cc 262 Value* card_table = EmitLoadFromThreadOffset(Thread::CardTableOffset().Int32Value(),
  /art/compiler/dex/quick/arm/
call_arm.cc 544 LoadWordDisp(rARM_SELF, Thread::CardTableOffset().Int32Value(), reg_card_base);
  /art/runtime/
thread.h 434 static ThreadOffset CardTableOffset() {

Completed in 708 milliseconds