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

  /art/compiler/llvm/
runtime_support_builder_thumb2.cc 55 StringAppendF(&asms, "ldr $2, [r9, #%" PRId32 "]\n", Thread::ThinLockIdOffset().Int32Value());
runtime_support_builder.cc 189 EmitLoadFromThreadOffset(Thread::ThinLockIdOffset().Int32Value(),
214 EmitLoadFromThreadOffset(Thread::ThinLockIdOffset().Int32Value(),
  /art/compiler/dex/quick/x86/
call_x86.cc 160 NewLIR2(kX86Mov32RT, rDX, Thread::ThinLockIdOffset().Int32Value());
177 NewLIR2(kX86Mov32RT, rDX, Thread::ThinLockIdOffset().Int32Value());
  /art/compiler/dex/quick/arm/
call_arm.cc 473 LoadWordDisp(rARM_SELF, Thread::ThinLockIdOffset().Int32Value(), r2);
508 LoadWordDisp(rARM_SELF, Thread::ThinLockIdOffset().Int32Value(), r2);
  /art/runtime/
thread.h 430 static ThreadOffset ThinLockIdOffset() {

Completed in 274 milliseconds