Home
last modified time | relevance | path

Searched refs:IsMovableObject (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Dobject_array-alloc-inl.h70 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray.cc149 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Dobject.cc164 if (heap->IsMovableObject(this)) { in Clone()
/art/compiler/optimizing/
Dintrinsics.cc370 CHECK(!art::Runtime::Current()->GetHeap()->IsMovableObject(string_class)); in AssertNonMovableStringClass()
/art/runtime/jni/
Djni_internal.cc2039 if (heap->IsMovableObject(s) || s->IsCompressed()) { in GetStringChars()
2074 if (heap->IsMovableObject(s)) { in GetStringCritical()
2110 if (heap->IsMovableObject(s)) { in ReleaseStringCritical()
2271 if (heap->IsMovableObject(array)) { in GetPrimitiveArrayCritical()
2775 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in GetPrimitiveArray()
2835 } else if (heap->IsMovableObject(array)) { in ReleasePrimitiveArray()
Djni_internal_test.cc1700 if (Runtime::Current()->GetHeap()->IsMovableObject(s_m)) { in TEST_F()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc167 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf()
/art/runtime/gc/
Dheap.h350 bool IsMovableObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);
Dheap.cc3606 bool Heap::IsMovableObject(ObjPtr<mirror::Object> obj) const { in IsMovableObject() function in art::gc::Heap
/art/runtime/
Druntime.cc1083 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()