Searched refs:IsMovableObject (Results 1 - 7 of 7) sorted by relevance

/art/runtime/mirror/
H A Dobject.cc130 if (heap->IsMovableObject(this)) {
H A Dobject_array-inl.h251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc118 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
/art/runtime/
H A Djni_internal.cc1985 if (heap->IsMovableObject(chars)) {
2021 if (heap->IsMovableObject(chars)) {
2038 if (heap->IsMovableObject(s_chars)) {
2183 if (heap->IsMovableObject(array)) {
2615 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
2671 } else if (heap->IsMovableObject(array)) {
H A Djni_internal_test.cc1180 if (Runtime::Current()->GetHeap()->IsMovableObject(s_m->GetCharArray())) {
/art/runtime/gc/
H A Dheap.h259 bool IsMovableObject(const mirror::Object* obj) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dheap.cc2821 bool Heap::IsMovableObject(const mirror::Object* obj) const { function in class:art::gc::Heap

Completed in 112 milliseconds