Home
last modified time | relevance | path

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

/art/runtime/
Dcha.cc696 const LinearAlloc* linear_alloc) { in RemoveDependenciesForLinearAlloc()
Dstack.cc698 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame() local
Druntime.cc2586 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) in CreateRuntimeMethod()
2602 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
Dclass_linker.cc790 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() local
4199 LinearAlloc* const linear_alloc = GetOrCreateAllocatorForClassLoader(class_loader); in RegisterDexFile() local
6468 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(imt_owner->GetClassLoader()); in AddMethodToConflictTable() local
6591 LinearAlloc* linear_alloc, in CreateImtConflictTable()
6599 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
6660 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in FillIMTFromIfTable() local
/art/runtime/arch/
Dstub_test.cc1773 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local