Searched refs:GetCurrentAllocator (Results 1 – 22 of 22) sorted by relevance
49 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()
73 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
147 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
825 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
60 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()70 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray()124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc()149 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
74 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
89 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()
159 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()180 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
199 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()222 return klass->Alloc</*kInstrumented=*/true, false>(self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved()297 heap->GetCurrentAllocator()); in AllocArrayFromCode()
458 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()463 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()527 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewArray()
1360 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars()1375 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString()1392 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring()1722 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()1857 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
840 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE()846 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in NEW_INSTANCE()872 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in NEW_ARRAY()
1807 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
1728 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()1739 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()1755 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()1775 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()1805 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()1823 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()1872 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()4319 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB()
238 GetCurrentAllocator(), in AllocObject()271 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
152 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
1102 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException()
1377 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject()1405 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateArrayObject()
610 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
909 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()