Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A 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 …]
H A Dclass_verifier.cc283 Runtime::Current()->GetArenaPool(), in VerifyClass()
H A Dmethod_verifier.cc5284 Runtime::Current()->GetArenaPool(), in CalculateVerificationInfo()
5332 Runtime::Current()->GetArenaPool(), in VerifyMethodAndDump()
5374 Runtime::Current()->GetArenaPool(), in FindLocksAtDexPc()
5415 Runtime::Current()->GetArenaPool(), in CreateVerifier()
/aosp12/art/runtime/
H A Dlinear_alloc.cc46 ArenaPool* LinearAlloc::GetArenaPool() { in GetArenaPool() function in art::LinearAlloc
48 return allocator_.GetArenaPool(); in GetArenaPool()
H A Dlinear_alloc.h47 ArenaPool* GetArenaPool() REQUIRES(!lock_);
H A Druntime.h710 ArenaPool* GetArenaPool() { in GetArenaPool() function
716 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
H A Dclass_linker.cc7658 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
/aosp12/art/test/595-profile-saving/
H A Dprofile-saving.cc74 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), for_boot_image); in Java_Main_presentInProfile()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc342 arena_stack_(Runtime::Current()->GetArenaPool()), in GetClassesAndMethodsHelper()
803 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods()
870 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), in ProcessProfilingInfo()
962 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
H A Dprofiling_info_test.cc43 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1025 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile()
1026 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile()
1151 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile()
1152 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
H A Dsuperblock_cloner.cc1173 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoLoopTransformationImpl()
/aosp12/art/libartbase/base/
H A Darena_allocator.h353 ArenaPool* GetArenaPool() const { in GetArenaPool() function
/aosp12/art/profman/
H A Dprofile_assistant_test.cc51 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc2662 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
/aosp12/art/runtime/gc/
H A Dheap.cc1509 runtime->GetArenaPool()->TrimMaps(); in Trim()