Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc60 LinearAlloc* const linear_alloc = klass->GetClassLoader()->GetAllocator(); in TEST_F() local
/art/runtime/
Dclass_linker.cc503 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() local
2064 LinearAlloc* linear_alloc) { in AllocDexCache()
3242 LinearAlloc* const linear_alloc = GetOrCreateAllocatorForClassLoader(class_loader); in RegisterDexFile() local
6065 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in AddMethodToConflictTable() local
6196 LinearAlloc* linear_alloc, in CreateImtConflictTable()
6204 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
6265 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in FillIMTFromIfTable() local
8066 ArtMethod* ClassLinker::CreateRuntimeMethod(LinearAlloc* linear_alloc) { in CreateRuntimeMethod()
Dstack.cc667 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame() local
Druntime.cc1627 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
/art/runtime/arch/
Dstub_test.cc2011 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local