Home
last modified time | relevance | path

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

/art/runtime/
Dlinear_alloc.cc46 ArenaPool* LinearAlloc::GetArenaPool() { in GetArenaPool() function in art::LinearAlloc
48 return allocator_.GetArenaPool(); in GetArenaPool()
Dlinear_alloc.h47 ArenaPool* GetArenaPool() REQUIRES(!lock_);
Druntime.h705 ArenaPool* GetArenaPool() { in GetArenaPool() function
711 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/runtime/verifier/
Dreg_type_test.cc38 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
62 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
88 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
363 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
380 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
398 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
422 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
450 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
472 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
488 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
[all …]
Dclass_verifier.cc274 Runtime::Current()->GetArenaPool(), in VerifyClass()
/art/runtime/jit/
Dprofile_saver.cc415 ArenaStack stack(runtime->GetArenaPool()); in FetchAndCacheResolvedClassesAndMethods()
449 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
556 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
653 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
931 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
Dprofiling_info_test.cc42 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/optimizing/
Doptimizing_compiler.cc1022 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1023 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile()
1144 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1145 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
Dsuperblock_cloner.cc1112 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoPeelUnrollImpl()
/art/libartbase/base/
Darena_allocator.h352 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/profman/
Dprofile_assistant_test.cc46 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/dex2oat/driver/
Dcompiler_driver.cc2757 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()