Home
last modified time | relevance | path

Searched refs:GetCurrentAllocator (Results 1 – 24 of 24) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes()
58 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars()
73 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
Djava_lang_reflect_Array.cc66 soa.Self(), array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
Djava_lang_String.cc77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Djava_lang_Class.cc463 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
Ddalvik_system_VMRuntime.cc112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
/art/runtime/mirror/
Dstring.cc84 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings()
98 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16()
117 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
Darray.cc53 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray()
135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Dobject_test.cc150 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
156 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
162 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
173 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
179 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
185 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
191 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
318 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in TEST_F()
Dobject_array-inl.h55 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
255 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray-inl.h209 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
Dclass-inl.h612 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
/art/runtime/entrypoints/
Dentrypoint_utils.cc93 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCode()
113 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCodeInstrumented()
Dentrypoint_utils-inl.h153 return klass->Alloc<kInstrumented>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()
174 return klass->Alloc<kInstrumented, false>(self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved()
245 heap->GetCurrentAllocator()); in AllocArrayFromCode()
/art/runtime/gc/
Dheap-inl.h111 bool is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator()
115 bool after_is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator()
Dheap.h196 GetCurrentAllocator(), in AllocObject()
215 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
Dheap.cc1501 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()
1514 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1528 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1547 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1576 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
/art/runtime/interpreter/
Dunstarted_runtime.cc804 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars()
819 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString()
836 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring()
861 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()
978 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
Dinterpreter_goto_table_impl.cc517 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl()
523 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
547 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc421 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl()
427 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
452 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
Dinterpreter_common.cc729 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
/art/runtime/
Dclass_linker-inl.h160 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
Dtransaction_test.cc158 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
Djni_internal.cc595 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()
Ddebugger.cc1378 heap->GetCurrentAllocator()); in CreateArrayObject()