Home
last modified time | relevance | path

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

/art/runtime/
Dcha.cc695 const LinearAlloc* linear_alloc) { in RemoveDependenciesForLinearAlloc()
Dstack.cc712 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame() local
Druntime.cc2730 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) in CreateRuntimeMethod()
2746 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
Dclass_linker.cc845 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() local
4643 LinearAlloc* const linear_alloc = GetOrCreateAllocatorForClassLoader(class_loader); in RegisterDexFile() local
6893 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(imt_owner->GetClassLoader()); in AddMethodToConflictTable() local
7020 LinearAlloc* linear_alloc, in CreateImtConflictTable()
7028 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
7089 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in FillIMTFromIfTable() local
/art/runtime/arch/
Dstub_test.cc1779 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local