Home
last modified time | relevance | path

Searched refs:GetArenaPool (Results 1 – 17 of 17) 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.h46 ArenaPool* GetArenaPool() REQUIRES(!lock_);
Druntime.h545 ArenaPool* GetArenaPool() { in GetArenaPool() function
551 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
Dclass_linker.cc6868 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
/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 …]
Dmethod_verifier.cc553 arena_stack_(Runtime::Current()->GetArenaPool()), in MethodVerifier()
/art/runtime/jit/
Dprofile_saver.cc377 ArenaStack stack(runtime->GetArenaPool()); in FetchAndCacheResolvedClassesAndMethods()
410 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool())); in FetchAndCacheResolvedClassesAndMethods()
501 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
565 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
806 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
Dprofile_compilation_info_test.cc42 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/optimizing/
Dcode_sinking.cc242 ArenaAllocator allocator(graph_->GetArena()->GetArenaPool()); in SinkCodeToUncommonBranch()
Dscheduler.cc794 ArenaAllocator arena_allocator(graph_->GetArena()->GetArenaPool()); in Run()
Doptimizing_compiler.cc1051 ArenaAllocator arena(Runtime::Current()->GetArenaPool()); in Compile()
Dloop_optimization.cc305 ArenaAllocator allocator(global_allocator_->GetArenaPool()); in Run()
Dregister_allocator_graph_color.cc622 ArenaAllocator coloring_attempt_allocator(allocator_->GetArenaPool()); in AllocateRegisters()
/art/runtime/base/
Darena_allocator.h376 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/profman/
Dprofile_assistant_test.cc38 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/driver/
Dcompiler_driver.cc2707 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/art/runtime/gc/
Dheap.cc1288 runtime->GetArenaPool()->TrimMaps(); in Trim()