Home
last modified time | relevance | path

Searched refs:GetArenaPool (Results 1 – 15 of 15) 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.h701 ArenaPool* GetArenaPool() { in GetArenaPool() function
707 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
Dclass_linker.cc7692 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 …]
Dclass_verifier.cc278 Runtime::Current()->GetArenaPool(), in VerifyClass()
Dmethod_verifier.cc5354 Runtime::Current()->GetArenaPool(), in CalculateVerificationInfo()
5401 Runtime::Current()->GetArenaPool(), in VerifyMethodAndDump()
5442 Runtime::Current()->GetArenaPool(), in FindLocksAtDexPc()
5481 Runtime::Current()->GetArenaPool(), in CreateVerifier()
/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.cc1015 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1016 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile()
1137 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1138 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
Dsuperblock_cloner.cc1173 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoLoopTransformationImpl()
/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.cc2818 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/art/runtime/gc/
Dheap.cc1453 runtime->GetArenaPool()->TrimMaps(); in Trim()