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

  /art/runtime/arch/mips/
thread_mips.cc 26 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<4>().Int32Value());
  /art/runtime/arch/mips64/
thread_mips64.cc 26 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<8>().Int32Value());
  /art/runtime/arch/arm/
thread_arm.cc 26 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<4>().Int32Value());
  /art/runtime/arch/arm64/
thread_arm64.cc 26 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<8>().Int32Value());
  /art/runtime/arch/x86/
thread_x86.cc 135 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<4>().Int32Value());
  /art/compiler/dex/quick/x86/
call_x86.cc 139 Thread::CardTableOffset<8>().Int32Value() :
140 Thread::CardTableOffset<4>().Int32Value();
  /art/runtime/
asm_support.h 94 art::Thread::CardTableOffset<__SIZEOF_POINTER__>().Int32Value())
thread.h 597 static ThreadOffset<pointer_size> CardTableOffset() {
    [all...]
thread.cc     [all...]
  /art/compiler/dex/quick/mips/
call_mips.cc 231 LoadWordDisp(TargetPtrReg(kSelf), Thread::CardTableOffset<8>().Int32Value(), reg_card_base);
236 LoadWordDisp(TargetPtrReg(kSelf), Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 277 LoadWordDisp(rs_xSELF, Thread::CardTableOffset<8>().Int32Value(), reg_card_base);
  /art/compiler/dex/quick/arm/
call_arm.cc 352 LoadWordDisp(rs_rARM_SELF, Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
  /art/compiler/optimizing/
code_generator_arm64.cc 612 __ Ldr(card, MemOperand(tr, Thread::CardTableOffset<kArm64WordSize>().Int32Value()));
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 445 milliseconds