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

  /art/runtime/gc/collector/
mark_sweep-inl.h 78 visitor(obj, klass, mirror::Object::ClassOffset(), false);
121 DCHECK_EQ(mirror::Object::ClassOffset().Uint32Value(), 0U);
  /art/runtime/mirror/
object.h 66 static MemberOffset ClassOffset() {
  /art/compiler/dex/quick/
gen_common.cc     [all...]
gen_invoke.cc 453 cg->LoadWordDisp(cg->TargetReg(kArg1), mirror::Object::ClassOffset().Int32Value(),
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 581 LoadWordDisp(r_array, mirror::Object::ClassOffset().Int32Value(), r_array_class);
  /art/compiler/dex/quick/x86/
int_x86.cc 534 LoadWordDisp(r_array, mirror::Object::ClassOffset().Int32Value(), r_array_class);
  /art/runtime/gc/
heap.cc 735 mirror::Object::ClassOffset().Int32Value();
745 raw_addr = reinterpret_cast<const byte*>(c) + mirror::Object::ClassOffset().Int32Value();
747 raw_addr = reinterpret_cast<const byte*>(c_c) + mirror::Object::ClassOffset().Int32Value();
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc 788 art::mirror::Object::ClassOffset().Int32Value(),
    [all...]

Completed in 207 milliseconds