Searched refs:GetLinearAlloc (Results 1 – 8 of 8) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache_test.cc | 40 Runtime::Current()->GetLinearAlloc()))); in TEST_F() 61 EXPECT_NE(linear_alloc, runtime->GetLinearAlloc()); in TEST_F()
|
/art/runtime/lambda/ |
D | leaking_allocator.cc | 27 void* mem = Runtime::Current()->GetLinearAlloc()->Alloc(self, byte_size); in AllocateMemoryImpl()
|
/art/runtime/ |
D | runtime.cc | 1655 auto* method = GetClassLinker()->CreateRuntimeMethod(GetLinearAlloc()); in CreateResolutionMethod() 1667 auto* method = GetClassLinker()->CreateRuntimeMethod(GetLinearAlloc()); in CreateCalleeSaveMethod() 1967 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables() 1972 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()
|
D | runtime.h | 581 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
|
D | stack.cc | 667 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame()
|
D | class_linker.cc | 503 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage() 2984 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader() 2993 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader() 3176 Runtime::Current()->GetLinearAlloc()))); in AppendToBootClassPath() 6505 ArenaStack stack(runtime->GetLinearAlloc()->GetArenaPool()); in LinkInterfaceMethods() 6829 runtime->GetLinearAlloc()->Realloc(self, old_methods, old_methods_ptr_size, new_size)); in LinkInterfaceMethods()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 473 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
|
/art/runtime/arch/ |
D | stub_test.cc | 2011 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()
|