Searched refs:GetLinearAlloc (Results 1 – 8 of 8) 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()
|
/art/runtime/ |
D | runtime.cc | 2102 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod() 2114 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod() 2478 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables() 2483 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
|
D | runtime.h | 634 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
|
D | stack.cc | 648 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame()
|
D | class_linker.cc | 581 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() 3143 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader() 3152 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader() 3357 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath() 6768 stack_(runtime->GetLinearAlloc()->GetArenaPool()), in LinkInterfaceMethodsHelper()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 499 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 504 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()
|
/art/runtime/arch/ |
D | stub_test.cc | 1898 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
|