Home
last modified time | relevance | path

Searched refs:GetLinearAlloc (Results 1 – 10 of 10) 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()
Ddex_cache.cc221 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in AddPreResolvedStringsArray()
/art/test/616-cha-unloading/
Dcha_unload.cc66 if (Runtime::Current()->GetLinearAlloc()->Contains(ptr)) { in Java_Main_reuseArenaOfMethod()
/art/runtime/
Druntime.cc2299 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()
2313 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()
2714 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
2719 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
Druntime.h713 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
Dstack.cc729 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame()
Dclass_linker.cc897 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage()
3826 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()
3835 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
4035 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath()
7692 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
/art/compiler/debug/
Delf_debug_info_writer.h480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
/art/runtime/arch/
Dstub_test.cc1774 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc765 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()