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

  /art/runtime/native/
java_lang_StringFactory.cc 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
60 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
java_lang_reflect_Array.cc 66 soa.Self(), array_class, length, runtime->GetHeap()->GetCurrentAllocator());
java_lang_String.cc 77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
dalvik_system_VMRuntime.cc 112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
java_lang_Class.cc 622 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
  /art/runtime/mirror/
array.cc 53 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
string.cc 85 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
99 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
123 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
object_array-inl.h 55 Runtime::Current()->GetHeap()->GetCurrentAllocator());
258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
object_test.cc 150 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
156 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
162 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
173 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
179 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
185 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
191 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
315 Runtime::Current()->GetHeap()->GetCurrentAllocator());
array-inl.h 208 Runtime::Current()->GetHeap()->GetCurrentAllocator());
class-inl.h 696 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 99 heap->GetCurrentAllocator());
119 heap->GetCurrentAllocator());
entrypoint_utils-inl.h 187 Runtime::Current()->GetHeap()->GetCurrentAllocator());
210 return klass->Alloc</*kInstrumented*/true, false>(self, heap->GetCurrentAllocator());
286 heap->GetCurrentAllocator());
    [all...]
  /art/runtime/
class_linker-inl.h 192 Runtime::Current()->GetHeap()->GetCurrentAllocator());
transaction_test.cc 158 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
debugger.cc     [all...]
dex_file.cc     [all...]
jni_internal.cc 590 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 328 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
334 Runtime::Current()->GetHeap()->GetCurrentAllocator());
409 Runtime::Current()->GetHeap()->GetCurrentAllocator());
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
interpreter_common.cc     [all...]
interpreter_goto_table_impl.cc 547 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
553 Runtime::Current()->GetHeap()->GetCurrentAllocator());
577 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
interpreter_switch_impl.cc 490 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
496 Runtime::Current()->GetHeap()->GetCurrentAllocator());
521 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
heap.h 200 self, klass, num_bytes, GetCurrentAllocator(), pre_fence_visitor);
225 AllocatorType GetCurrentAllocator() const {
    [all...]

Completed in 1622 milliseconds