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.h564 ArenaPool* GetArenaPool() { in GetArenaPool() function
570 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
Dclass_linker.cc6854 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
/art/runtime/verifier/
Dreg_type_test.cc37 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
61 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
87 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
362 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
379 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
397 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
421 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
449 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
471 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
487 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F()
[all …]
Dmethod_verifier.cc556 arena_stack_(Runtime::Current()->GetArenaPool()), in MethodVerifier()
/art/runtime/jit/
Dprofile_saver.cc266 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool())); in FetchAndCacheResolvedClassesAndMethods()
313 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
375 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
601 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
Dprofile_compilation_info_test.cc37 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/runtime/base/
Darena_allocator.h375 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/compiler/optimizing/
Dcode_sinking.cc231 ArenaAllocator allocator(graph_->GetArena()->GetArenaPool()); in SinkCodeToUncommonBranch()
Dscheduler.cc591 ArenaAllocator arena_allocator(graph_->GetArena()->GetArenaPool()); in Run()
Doptimizing_compiler.cc1046 ArenaAllocator arena(Runtime::Current()->GetArenaPool()); in Compile()
Dloop_optimization.cc221 ArenaAllocator allocator(global_allocator_->GetArenaPool()); in Run()
Dregister_allocator_graph_color.cc623 ArenaAllocator coloring_attempt_allocator(allocator_->GetArenaPool()); in AllocateRegisters()
/art/profman/
Dprofile_assistant_test.cc36 arena_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/driver/
Dcompiler_driver.cc2522 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/art/runtime/gc/
Dheap.cc1375 runtime->GetArenaPool()->TrimMaps(); in Trim()