Searched refs:GetLinearAlloc (Results 1 – 11 of 11) 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 | 190 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 | 2515 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod() 2529 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod() 2945 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables() 2950 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
|
D | runtime.h | 716 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
|
D | stack.cc | 703 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame()
|
D | class_linker.cc | 821 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() 1943 DCHECK_EQ(linear_alloc == Runtime::Current()->GetLinearAlloc(), !app_image); in AddImageSpace() 3628 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader() 3637 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader() 3871 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath() 7647 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
|
D | class_linker_test.cc | 1547 LinearAlloc* alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 480 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
|
/art/runtime/arch/ |
D | stub_test.cc | 1774 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 763 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()
|