Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes()
66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars()
83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
Djava_lang_reflect_Array.cc73 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
Djava_lang_String.cc75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Ddalvik_system_VMRuntime.cc149 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
Djava_lang_Class.cc931 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
/art/runtime/mirror/
Dobject_array-alloc-inl.h60 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
70 ? heap->GetCurrentAllocator() in CopyOf()
Darray.cc56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray()
124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc()
147 ? heap->GetCurrentAllocator() in CopyOf()
Dclass-alloc-inl.h78 return Alloc(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
Dstring.cc89 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace()
127 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings()
165 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16()
202 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
Dobject_test.cc159 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
180 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h182 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()
206 self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved()
283 heap->GetCurrentAllocator()); in AllocArrayFromCode()
/art/runtime/
Dtransaction_test.cc158 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
654 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F()
668 heap->GetCurrentAllocator())); in TEST_F()
676 heap->GetCurrentAllocator())); in TEST_F()
Dstring_builder_append.cc357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF()
Druntime.cc1170 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException()
/art/runtime/interpreter/mterp/
Dnterp.cc455 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject()
566 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
Dmterp.cc457 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
460 obj = AllocObjectFromCode(c, self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
524 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewArray()
/art/runtime/interpreter/
Dunstarted_runtime.cc1314 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars()
1330 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString()
1347 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring()
1695 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()
1829 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
Dinterpreter_switch_impl-inl.h743 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE()
766 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in NEW_ARRAY()
Dinterpreter_common.cc1486 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
/art/runtime/gc/
Dheap.h248 GetCurrentAllocator(), in AllocObject()
283 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
Dheap.cc1751 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()
1782 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1812 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1835 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1858 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
/art/runtime/dex/
Ddex_file_annotations.cc595 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
/art/dex2oat/
Ddex2oat.cc737 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in ThreadLocalHashOverride()
/art/openjdkjvmti/
Dti_redefine.cc1793 driver_->self_, driver_->runtime_->GetHeap()->GetCurrentAllocator())); in CollectAndCreateNewInstances()
/art/runtime/jni/
Djni_internal.cc747 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()