Searched refs:GetLinearAlloc (Results 1 – 10 of 10) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache_test.cc | 50 Runtime::Current()->GetLinearAlloc()))); in TEST_F() 73 Runtime::Current()->GetLinearAlloc()))); in TEST_F() 89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc()); in TEST_F()
|
D | dex_cache.cc | 178 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in AddPreResolvedStringsArray()
|
/art/test/616-cha-unloading/ |
D | cha_unload.cc | 66 if (Runtime::Current()->GetLinearAlloc()->Contains(ptr)) { in Java_Main_reuseArenaOfMethod()
|
/art/runtime/ |
D | runtime.cc | 2214 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod() 2226 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod() 2629 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables() 2634 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
|
D | runtime.h | 661 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
|
D | stack.cc | 631 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame()
|
D | class_linker.cc | 607 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() 3589 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader() 3598 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader() 3798 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath() 7411 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 547 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()
|
/art/runtime/arch/ |
D | stub_test.cc | 1913 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
|