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

  /art/compiler/llvm/
runtime_support_builder.cc 169 mirror::Object::MonitorOffset().Int32Value(),
198 mirror::Object::MonitorOffset().Int32Value(),
219 mirror::Object::MonitorOffset().Int32Value(),
239 mirror::Object::MonitorOffset().Int32Value(),
runtime_support_builder_thumb2.cc 54 StringAppendF(&asms, "add $3, $1, #%" PRId32 "\n", mirror::Object::MonitorOffset().Int32Value());
  /art/compiler/dex/quick/x86/
call_x86.cc 163 NewLIR3(kX86LockCmpxchgMR, rCX, mirror::Object::MonitorOffset().Int32Value(), rDX);
179 NewLIR3(kX86Mov32RM, rCX, rAX, mirror::Object::MonitorOffset().Int32Value());
182 NewLIR3(kX86Mov32MR, rAX, mirror::Object::MonitorOffset().Int32Value(), rCX);
  /art/compiler/dex/quick/arm/
call_arm.cc 475 mirror::Object::MonitorOffset().Int32Value() >> 2); // Get object->lock
484 mirror::Object::MonitorOffset().Int32Value() >> 2);
507 LoadWordDisp(r0, mirror::Object::MonitorOffset().Int32Value(), r1); // Get lock
517 StoreWordDisp(r0, mirror::Object::MonitorOffset().Int32Value(), r3);
  /art/runtime/mirror/
object.h 94 static MemberOffset MonitorOffset() {
  /art/compiler/
image_writer.cc 489 copy->SetField32(Object::MonitorOffset(), 0, false); // We may have inflated the lock during compilation.

Completed in 88 milliseconds