Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h667 #define linear_alloc(ctx, type) ((type *) linear_alloc_child(ctx, sizeof(type))) macro
/aosp_15_r20/art/runtime/
H A Dcha.cc695 const LinearAlloc* linear_alloc) { in RemoveDependenciesForLinearAlloc()
H A Druntime.cc2719 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) in CreateRuntimeMethod()
2735 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
H A Dstack.cc712 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame() local
H A Dclass_linker.cc842 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() local
4432 LinearAlloc* const linear_alloc = GetOrCreateAllocatorForClassLoader(class_loader); in RegisterDexFile() local
6687 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(imt_owner->GetClassLoader()); in AddMethodToConflictTable() local
6814 LinearAlloc* linear_alloc, in CreateImtConflictTable()
6822 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
6883 LinearAlloc* linear_alloc = GetAllocatorForClassLoader(klass->GetClassLoader()); in FillIMTFromIfTable() local
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc1773 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local