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

  /art/runtime/mirror/
object.cc 132 if (heap->IsMovableObject(this)) {
object_array-inl.h 251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
  /art/runtime/native/
dalvik_system_VMRuntime.cc 118 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
  /art/runtime/
jni_internal.cc     [all...]
jni_internal_test.cc     [all...]
  /art/runtime/gc/
heap.h 259 bool IsMovableObject(const mirror::Object* obj) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
heap.cc     [all...]

Completed in 261 milliseconds