Searched refs:GetArenaPool (Results 1 – 21 of 21) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 56 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 81 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 108 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 384 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 403 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 423 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 449 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 480 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 504 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() 522 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() [all …]
|
D | class_verifier.cc | 128 Runtime::Current()->GetArenaPool(), in VerifyClass()
|
D | method_verifier.cc | 5165 Runtime::Current()->GetArenaPool(), in CalculateVerificationInfo() 5209 Runtime::Current()->GetArenaPool(), in VerifyMethodAndDump() 5247 Runtime::Current()->GetArenaPool(), in FindLocksAtDexPc() 5281 Runtime::Current()->GetArenaPool(), in CreateVerifier()
|
/art/runtime/ |
D | linear_alloc-inl.h | 137 inline ArenaPool* LinearAlloc::GetArenaPool() { in GetArenaPool() function 139 return allocator_.GetArenaPool(); in GetArenaPool()
|
D | startup_completed_task.cc | 142 ArenaPool* arena_pool = startup_linear_alloc->GetArenaPool(); in DeleteStartupDexCaches()
|
D | linear_alloc.h | 97 ArenaPool* GetArenaPool() REQUIRES(!lock_);
|
D | runtime.h | 765 ArenaPool* GetArenaPool() { in GetArenaPool() function 768 const ArenaPool* GetArenaPool() const { in GetArenaPool() function
|
D | transaction.cc | 414 ArenaStack arena_stack(Runtime::Current()->GetArenaPool()); in VisitRoots()
|
D | transaction_test.cc | 801 ArenaPool* arena_pool = Runtime::Current()->GetArenaPool(); in TEST_F()
|
D | runtime_image.cc | 81 allocator_(Runtime::Current()->GetArenaPool()), in RuntimeImageHelper()
|
D | class_linker.cc | 7410 stack_(runtime->GetArenaPool()), in LinkMethodsHelper()
|
/art/runtime/jit/ |
D | profile_saver.cc | 340 arena_stack_(Runtime::Current()->GetArenaPool()), in GetClassesAndMethodsHelper() 764 Runtime::Current()->GetArenaPool(), options_.GetProfileBootClassPath())); in FetchAndCacheResolvedClassesAndMethods() 831 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), in ProcessProfilingInfo() 929 Runtime::Current()->GetArenaPool()->TrimMaps(); in ProcessProfilingInfo()
|
D | profiling_info_test.cc | 45 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 1074 ArenaAllocator allocator(runtime->GetArenaPool()); in Compile() 1075 ArenaStack arena_stack(runtime->GetArenaPool()); in Compile() 1186 ArenaAllocator allocator(runtime->GetArenaPool()); in JniCompile() 1187 ArenaStack arena_stack(runtime->GetArenaPool()); in JniCompile()
|
D | superblock_cloner.cc | 1177 ArenaAllocator allocator(graph->GetAllocator()->GetArenaPool()); in DoLoopTransformationImpl()
|
/art/libartbase/base/ |
D | arena_allocator.h | 354 ArenaPool* GetArenaPool() const { in GetArenaPool() function
|
/art/runtime/oat/ |
D | aot_class_linker.cc | 282 arena_pool = runtime->GetArenaPool(); in EnterTransactionMode()
|
/art/test/common/ |
D | runtime_state.cc | 541 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), for_boot_image); in GetMethodHotnessFromProfile()
|
/art/profman/ |
D | profile_assistant_test.cc | 53 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 2774 const ArenaPool* const arena_pool = Runtime::Current()->GetArenaPool(); in Compile()
|
/art/runtime/gc/ |
D | heap.cc | 1613 runtime->GetArenaPool()->TrimMaps(); in Trim()
|