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

  /art/runtime/arch/mips/
thread_mips.cc 26 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<4>().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_64/
thread_x86_64.cc 67 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 195 Thread::CardTableOffset<8>().Int32Value() :
196 Thread::CardTableOffset<4>().Int32Value();
  /art/compiler/llvm/
runtime_support_builder.cc 186 Value* card_table = EmitLoadFromThreadOffset(Thread::CardTableOffset().Int32Value(),
  /art/compiler/dex/quick/mips/
call_mips.cc 280 LoadWordDisp(rs_rMIPS_SELF, Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
  /art/runtime/arch/
arch_test.cc 376 ThreadOffset<POINTER_SIZE> card_offset = Thread::CardTableOffset<POINTER_SIZE>();
  /art/compiler/dex/quick/arm64/
call_arm64.cc 294 LoadWordDisp(rs_xSELF, Thread::CardTableOffset<8>().Int32Value(), reg_card_base);
  /art/compiler/dex/quick/arm/
call_arm.cc 331 LoadWordDisp(rs_rARM_SELF, Thread::CardTableOffset<4>().Int32Value(), reg_card_base);
  /art/runtime/
thread.h 566 static ThreadOffset<pointer_size> CardTableOffset() {
    [all...]
thread.cc     [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 821 milliseconds