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

  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 53 CHECK(Runtime::Current()->GetHeap()->IsHeapAddress(value_as_work_around_rep))
  /art/runtime/
check_jni.cc 214 if (!Runtime::Current()->GetHeap()->IsHeapAddress(obj)) {
251 if (o == NULL || !Runtime::Current()->GetHeap()->IsHeapAddress(o)) {
464 } else if (c == kInvalidIndirectRefObject || !Runtime::Current()->GetHeap()->IsHeapAddress(c)) {
630 if (!Runtime::Current()->GetHeap()->IsHeapAddress(obj)) {
684 if (!Runtime::Current()->GetHeap()->IsHeapAddress(a)) {
705 if (!Runtime::Current()->GetHeap()->IsHeapAddress(f) || !f->IsArtField()) {
719 if (!Runtime::Current()->GetHeap()->IsHeapAddress(m) || !m->IsArtMethod()) {
740 if (!Runtime::Current()->GetHeap()->IsHeapAddress(o)) {
    [all...]
debugger.cc     [all...]
  /art/runtime/gc/
heap.h 158 bool IsHeapAddress(const mirror::Object* obj);
heap.cc 634 bool Heap::IsHeapAddress(const mirror::Object* obj) {
    [all...]

Completed in 80 milliseconds