Searched refs:IsMovableObject (Results 1 – 10 of 10) sorted by relevance
70 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
149 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
164 if (heap->IsMovableObject(this)) { in Clone()
370 CHECK(!art::Runtime::Current()->GetHeap()->IsMovableObject(string_class)); in AssertNonMovableStringClass()
2039 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()
1700 if (Runtime::Current()->GetHeap()->IsMovableObject(s_m)) { in TEST_F()
167 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) { in VMRuntime_addressOf()
350 bool IsMovableObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);
3606 bool Heap::IsMovableObject(ObjPtr<mirror::Object> obj) const { in IsMovableObject() function in art::gc::Heap
1083 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()