Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Dobject.cc162 if (heap->IsMovableObject(this)) { in Clone()
Dobject_array-inl.h355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
/art/test/common/
Druntime_state.cc297 return runtime->GetHeap()->IsMovableObject(klass); in Java_Main_isClassMoveable()
/art/runtime/
Djni_internal.cc1844 if (heap->IsMovableObject(s) || s->IsCompressed()) { in GetStringChars()
1879 if (heap->IsMovableObject(s)) { in GetStringCritical()
1915 if (heap->IsMovableObject(s)) { in ReleaseStringCritical()
2076 if (heap->IsMovableObject(array)) { in GetPrimitiveArrayCritical()
2578 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in GetPrimitiveArray()
2636 } else if (heap->IsMovableObject(array)) { in ReleasePrimitiveArray()
Druntime.cc1105 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()
Djni_internal_test.cc1701 if (Runtime::Current()->GetHeap()->IsMovableObject(s_m)) { in TEST_F()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc165 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf()
/art/runtime/gc/
Dheap.h318 bool IsMovableObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);
Dheap.cc3411 bool Heap::IsMovableObject(ObjPtr<mirror::Object> obj) const { in IsMovableObject() function in art::gc::Heap
/art/compiler/optimizing/
Dinstruction_simplifier.cc2107 !runtime->GetHeap()->IsMovableObject( in SimplifyStringEquals()