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

  /art/runtime/mirror/
array.cc 136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
object.cc 162 if (heap->IsMovableObject(this)) {
object_array-inl.h 355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
  /art/test/common/
runtime_state.cc 297 return runtime->GetHeap()->IsMovableObject(klass);
  /art/runtime/
jni_internal.cc     [all...]
runtime.cc     [all...]
jni_internal_test.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 165 if (Runtime::Current()->GetHeap()->IsMovableObject(array)) {
  /art/runtime/gc/
heap.h 318 bool IsMovableObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
heap.cc     [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc     [all...]

Completed in 330 milliseconds