Searched refs:GetArenaPool (Results 1 – 16 of 16) sorted by relevance
/aosp12/art/runtime/verifier/ |
H A D | reg_type_test.cc | 38 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 D | class_verifier.cc | 283 Runtime::Current()->GetArenaPool(), in VerifyClass()
|
H A D | method_verifier.cc | 5284 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 D | linear_alloc.cc | 46 ArenaPool* LinearAlloc::GetArenaPool() { in GetArenaPool() function in art::LinearAlloc 48 return allocator_.GetArenaPool(); in GetArenaPool()
|
H A D | linear_alloc.h | 47 ArenaPool* GetArenaPool() REQUIRES(!lock_);
|
H A D | runtime.h | 710 ArenaPool* GetArenaPool() { in GetArenaPool() function 716 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
|
H A D | class_linker.cc | 7658 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
|
/aosp12/art/test/595-profile-saving/ |
H A D | profile-saving.cc | 74 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), for_boot_image); in Java_Main_presentInProfile()
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 342 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 D | profiling_info_test.cc | 43 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
|
/aosp12/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 1025 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 D | superblock_cloner.cc | 1173 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoLoopTransformationImpl()
|
/aosp12/art/libartbase/base/ |
H A D | arena_allocator.h | 353 ArenaPool* GetArenaPool() const { in GetArenaPool() function
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 51 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 2662 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
|
/aosp12/art/runtime/gc/ |
H A D | heap.cc | 1509 runtime->GetArenaPool()->TrimMaps(); in Trim()
|