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

  /art/runtime/arch/arm/
thread_arm.cc 27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
  /art/runtime/arch/arm64/
thread_arm64.cc 27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k64>().Int32Value());
  /art/runtime/arch/mips/
thread_mips.cc 27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
  /art/runtime/arch/mips64/
thread_mips64.cc 27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k64>().Int32Value());
  /art/runtime/arch/x86/
thread_x86.cc 149 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
  /art/runtime/generated/
asm_support_gen.h 44 DEFINE_CHECK_EQ(static_cast<int32_t>(THREAD_CARD_TABLE_OFFSET), (static_cast<int32_t>(art::Thread:: CardTableOffset<art::kRuntimePointerSize>().Int32Value())))
  /art/runtime/
thread.h 710 static ThreadOffset<pointer_size> CardTableOffset() {
    [all...]
thread.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 181 milliseconds