Home
last modified time | relevance | path

Searched refs:GetArenaPool (Results 1 – 21 of 21) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc56 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
81 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
108 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
384 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
403 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
423 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
449 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
480 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
504 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
522 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
[all …]
Dclass_verifier.cc128 Runtime::Current()->GetArenaPool(), in VerifyClass()
Dmethod_verifier.cc5165 Runtime::Current()->GetArenaPool(), in CalculateVerificationInfo()
5209 Runtime::Current()->GetArenaPool(), in VerifyMethodAndDump()
5247 Runtime::Current()->GetArenaPool(), in FindLocksAtDexPc()
5281 Runtime::Current()->GetArenaPool(), in CreateVerifier()
/art/runtime/
Dlinear_alloc-inl.h137 inline ArenaPool* LinearAlloc::GetArenaPool() { in GetArenaPool() function
139 return allocator_.GetArenaPool(); in GetArenaPool()
Dstartup_completed_task.cc142 ArenaPool* arena_pool = startup_linear_alloc->GetArenaPool(); in DeleteStartupDexCaches()
Dlinear_alloc.h97 ArenaPool* GetArenaPool() REQUIRES(!lock_);
Druntime.h765 ArenaPool* GetArenaPool() { in GetArenaPool() function
768 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
Dtransaction.cc414 ArenaStack arena_stack(Runtime::Current()->GetArenaPool()); in VisitRoots()
Dtransaction_test.cc801 ArenaPool* arena_pool = Runtime::Current()->GetArenaPool(); in TEST_F()
Druntime_image.cc81 allocator_(Runtime::Current()->GetArenaPool()), in RuntimeImageHelper()
Dclass_linker.cc7410 stack_(runtime->GetArenaPool()), in LinkMethodsHelper()
/art/runtime/jit/
Dprofile_saver.cc340 arena_stack_(Runtime::Current()->GetArenaPool()), in GetClassesAndMethodsHelper()
764 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
831 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), in ProcessProfilingInfo()
929 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
Dprofiling_info_test.cc45 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/optimizing/
Doptimizing_compiler.cc1074 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1075 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile()
1186 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1187 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
Dsuperblock_cloner.cc1177 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoLoopTransformationImpl()
/art/libartbase/base/
Darena_allocator.h354 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/runtime/oat/
Daot_class_linker.cc282 arena_pool = runtime->GetArenaPool(); in EnterTransactionMode()
/art/test/common/
Druntime_state.cc541 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), for_boot_image); in GetMethodHotnessFromProfile()
/art/profman/
Dprofile_assistant_test.cc53 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/dex2oat/driver/
Dcompiler_driver.cc2774 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/art/runtime/gc/
Dheap.cc1613 runtime->GetArenaPool()->TrimMaps(); in Trim()