Home
last modified time | relevance | path

Searched refs:GetLinearAlloc (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc40 Runtime::Current()->GetLinearAlloc()))); in TEST_F()
61 EXPECT_NE(linear_alloc, runtime->GetLinearAlloc()); in TEST_F()
/art/runtime/lambda/
Dleaking_allocator.cc27 void* mem = Runtime::Current()->GetLinearAlloc()->Alloc(self, byte_size); in AllocateMemoryImpl()
/art/runtime/
Druntime.cc1655 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()
Druntime.h581 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
Dstack.cc667 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in SanityCheckFrame()
Dclass_linker.cc503 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/
Delf_debug_info_writer.h473 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
/art/runtime/arch/
Dstub_test.cc2011 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()