Home
last modified time | relevance | path

Searched refs:GetLinearAlloc (Results 1 – 11 of 11) 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.cc190 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.cc2515 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()
2529 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()
2945 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
2950 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
Druntime.h722 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
Dstack.cc703 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame()
Dclass_linker.cc821 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage()
1943 DCHECK_EQ(linear_alloc == Runtime::Current()->GetLinearAlloc(), !app_image); in AddImageSpace()
3639 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()
3648 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
3882 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath()
7658 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
Dclass_linker_test.cc1547 LinearAlloc* alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
/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.cc763 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()