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

  /art/runtime/mirror/
object.h 178 VerifyObject(result);
184 VerifyObject(new_value);
193 VerifyObject(this);
206 VerifyObject(this);
241 static void VerifyObject(const Object* obj) ALWAYS_INLINE;
object-inl.h 242 VerifyObject(this);
255 VerifyObject(this);
272 inline void Object::VerifyObject(const Object* obj) {
274 Runtime::Current()->GetHeap()->VerifyObject(obj);
object_array-inl.h 109 heap->VerifyObject(object);
124 heap->VerifyObject(object);
  /art/compiler/utils/
assembler.h 434 // Heap::VerifyObject on src. In some cases (such as a reference to this) we
436 virtual void VerifyObject(ManagedRegister src, bool could_be_null) = 0;
437 virtual void VerifyObject(FrameOffset src, bool could_be_null) = 0;
  /art/compiler/jni/quick/
jni_compiler.cc 123 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false);
146 __ VerifyObject(in_reg, mr_conv->IsCurrentArgPossiblyNull());
150 __ VerifyObject(in_off, mr_conv->IsCurrentArgPossiblyNull());
  /art/compiler/utils/mips/
assembler_mips.h 464 // Heap::VerifyObject on src. In some cases (such as a reference to this) we
466 virtual void VerifyObject(ManagedRegister src, bool could_be_null);
467 virtual void VerifyObject(FrameOffset src, bool could_be_null);
assembler_mips.cc 904 void MipsAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) {
908 void MipsAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) {
    [all...]
  /external/chromium_org/v8/src/
spaces.h     [all...]
spaces.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 547 // Heap::VerifyObject on src. In some cases (such as a reference to this) we
549 virtual void VerifyObject(ManagedRegister src, bool could_be_null);
550 virtual void VerifyObject(FrameOffset src, bool could_be_null);
assembler_arm.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 571 // Heap::VerifyObject on src. In some cases (such as a reference to this) we
573 virtual void VerifyObject(ManagedRegister src, bool could_be_null);
574 virtual void VerifyObject(FrameOffset src, bool could_be_null);
assembler_x86.cc     [all...]
  /external/v8/src/
spaces.h     [all...]
spaces.cc 982 VerifyObject(object);
    [all...]
  /art/runtime/gc/
heap.h 140 void VerifyObject(const mirror::Object* o) {
155 // A weaker test than IsLiveObject or VerifyObject that doesn't require the heap lock,
heap.cc 605 VerifyObject(obj);
    [all...]
  /art/runtime/
thread.cc     [all...]
class_linker.cc     [all...]

Completed in 210 milliseconds