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

  /art/runtime/arch/arm/
thread_arm.cc 28 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<4>().Int32Value());
  /art/runtime/arch/arm64/
thread_arm64.cc 28 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<8>().Int32Value());
  /art/runtime/arch/x86_64/
thread_x86_64.cc 68 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<8>().Int32Value());
  /art/compiler/dex/quick/arm/
call_arm.cc 195 Load32Disp(rs_rARM_SELF, Thread::ThinLockIdOffset<4>().Int32Value(), rs_r2);
223 Load32Disp(rs_rARM_SELF, Thread::ThinLockIdOffset<4>().Int32Value(), rs_r2);
255 Load32Disp(rs_rARM_SELF, Thread::ThinLockIdOffset<4>().Int32Value(), rs_r2);
293 Load32Disp(rs_rARM_SELF, Thread::ThinLockIdOffset<4>().Int32Value(), rs_r2);
  /art/runtime/arch/x86/
thread_x86.cc 136 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<4>().Int32Value());
  /art/compiler/dex/quick/arm64/
call_arm64.cc 207 Load32Disp(rs_xSELF, Thread::ThinLockIdOffset<8>().Int32Value(), rs_w1);
255 Load32Disp(rs_xSELF, Thread::ThinLockIdOffset<8>().Int32Value(), rs_w1);
  /art/runtime/arch/
arch_test.cc 390 ThreadOffset<POINTER_SIZE> id_offset = Thread::ThinLockIdOffset<POINTER_SIZE>();
  /art/runtime/
thread.h 491 static ThreadOffset<pointer_size> ThinLockIdOffset() {
    [all...]
thread.cc     [all...]

Completed in 1067 milliseconds