Home
last modified time | relevance | path

Searched defs:linear_alloc (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc87 LinearAlloc* const linear_alloc = klass->GetClassLoader()->GetAllocator(); in TEST_F() local
Ddex_cache.cc41 LinearAlloc* linear_alloc, in InitializeDexCache()
/art/runtime/
Druntime.cc1835 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) { in CreateRuntimeMethod()
1850 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
Dclass_linker.cc550 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() local
2255 LinearAlloc* linear_alloc) { in AllocAndInitializeDexCache()
3452 LinearAlloc* const linear_alloc = GetOrCreateAllocatorForClassLoader(class_loader); in RegisterDexFile() local
6234 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in AddMethodToConflictTable() local
6395 LinearAlloc* linear_alloc, in CreateImtConflictTable()
6403 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
6464 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in FillIMTFromIfTable() local
Dstack.cc694 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame() local
/art/runtime/arch/
Dstub_test.cc1897 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local