Home
last modified time | relevance | path

Searched refs:GetArenaPool (Results 1 – 13 of 13) 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.h622 ArenaPool* GetArenaPool() { in GetArenaPool() function
628 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
Dclass_linker.cc6768 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.cc563 arena_stack_(Runtime::Current()->GetArenaPool()), in MethodVerifier()
/art/runtime/jit/
Dprofile_saver.cc391 ArenaStack stack(runtime->GetArenaPool()); in FetchAndCacheResolvedClassesAndMethods()
424 new ProfileCompilationInfo(Runtime::Current()->GetArenaPool())); in FetchAndCacheResolvedClassesAndMethods()
518 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
596 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
843 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
Dprofile_compilation_info_test.cc45 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/optimizing/
Doptimizing_compiler.cc1003 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1004 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile()
1117 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1118 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
/art/runtime/base/
Darena_allocator.h379 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/art/profman/
Dprofile_assistant_test.cc42 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/art/compiler/driver/
Dcompiler_driver.cc2807 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/art/runtime/gc/
Dheap.cc1285 runtime->GetArenaPool()->TrimMaps(); in Trim()