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

  /art/runtime/
check_jni.cc 282 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o.Ptr())) {
796 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj.Ptr())) {
955 } else if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(c.Ptr())) {
    [all...]
debugger.cc     [all...]
  /art/runtime/gc/
heap.h 293 bool IsValidObjectAddress(const void* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
heap.cc     [all...]

Completed in 54 milliseconds