Home
last modified time | relevance | path

Searched refs:GetLinearAlloc (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc50 Runtime::Current()->GetLinearAlloc()))); in TEST_F()
73 Runtime::Current()->GetLinearAlloc()))); in TEST_F()
89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc()); in TEST_F()
/art/runtime/
Druntime.cc2102 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()
2114 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()
2478 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
2483 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
Druntime.h634 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
Dstack.cc648 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame()
Dclass_linker.cc581 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage()
3143 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()
3152 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
3357 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath()
6768 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
/art/compiler/debug/
Delf_debug_info_writer.h499 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
/art/openjdkjvmti/
Dti_redefine.cc504 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()
/art/runtime/arch/
Dstub_test.cc1898 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()