Searched refs:GetLinearAlloc (Results 1 – 7 of 7) sorted by relevance
66 if (Runtime::Current()->GetLinearAlloc()->Contains(ptr)) { in Java_Main_reuseArenaOfMethod()
2758 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()2772 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()3035 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()3040 ClassLinker::CreateImtConflictTable(/*count=*/0u, GetLinearAlloc(), pointer_size), in FixupConflictTables()3109 if (GetLinearAlloc() != nullptr) { in SetupLinearAllocForPostZygoteFork()3110 GetLinearAlloc()->SetupForPostZygoteFork(self); in SetupLinearAllocForPostZygoteFork()
712 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc(); in ValidateFrame()
780 LinearAlloc* GetLinearAlloc() { in GetLinearAlloc() function
842 LinearAlloc* linear_alloc = runtime->GetLinearAlloc(); in InitWithoutImage()3959 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()3968 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
481 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); in WriteLinkageName()
1773 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F()