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

  /art/runtime/native/
java_lang_StringFactory.cc 48 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
65 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
java_lang_reflect_Array.cc 73 runtime->GetHeap()->GetCurrentAllocator());
java_lang_String.cc 82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
dalvik_system_VMRuntime.cc 125 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
java_lang_Class.cc 708 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
    [all...]
  /art/runtime/mirror/
array.cc 54 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
string.cc 104 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
140 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
176 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
213 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
object_test.cc 159 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
165 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
171 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
182 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
188 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
194 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
200 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
object_array-inl.h 63 Runtime::Current()->GetHeap()->GetCurrentAllocator());
355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
array-inl.h 229 Runtime::Current()->GetHeap()->GetCurrentAllocator());
class-inl.h 758 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 196 Runtime::Current()->GetHeap()->GetCurrentAllocator()).Ptr();
219 return klass->Alloc</*kInstrumented*/true, false>(self, heap->GetCurrentAllocator()).Ptr();
294 heap->GetCurrentAllocator());
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
399 Runtime::Current()->GetHeap()->GetCurrentAllocator());
481 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
heap.h 209 GetCurrentAllocator(),
242 AllocatorType GetCurrentAllocator() const {
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
interpreter_switch_impl.cc 576 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
582 Runtime::Current()->GetHeap()->GetCurrentAllocator());
610 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
interpreter_common.cc     [all...]
  /art/runtime/
transaction_test.cc 159 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
dex_file_annotations.cc 577 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
    [all...]
debugger.cc     [all...]
jni_internal.cc 691 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
    [all...]

Completed in 822 milliseconds