Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/616-cha-unloading/
H A Dcha_unload.cc66 if (Runtime::Current()->GetLinearAlloc()->Contains(ptr)) { in Java_Main_reuseArenaOfMethod()
/aosp_15_r20/art/runtime/
H A Druntime.cc2758 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()
2772 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()
3035 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
3040 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
3109 if (GetLinearAlloc() != nullptr) { in SetupLinearAllocForPostZygoteFork()
3110 GetLinearAlloc()->SetupForPostZygoteFork(self); in SetupLinearAllocForPostZygoteFork()
H A Dstack.cc712 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame()
H A Druntime.h780 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
H A Dclass_linker.cc842 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage()
3959 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()
3968 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
/aosp_15_r20/art/compiler/debug/
H A Delf_debug_info_writer.h481 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc1773 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()