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

/art/runtime/mirror/
H A Ddex_cache_test.cc50 Runtime::Current()->GetLinearAlloc())));
73 Runtime::Current()->GetLinearAlloc())));
89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc());
/art/runtime/
H A Druntime.cc2102 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc());
2114 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc());
2478 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size),
2483 ClassLinker::CreateImtConflictTable(/*count*/0u, GetLinearAlloc(), pointer_size),
H A Druntime.h634 LinearAlloc* GetLinearAlloc() { function in class:art::verifier::VerifyMode
H A Dstack.cc648 LinearAlloc* const linear_alloc = runtime->GetLinearAlloc();
H A Dclass_linker.cc581 LinearAlloc* linear_alloc = runtime->GetLinearAlloc();
3143 return Runtime::Current()->GetLinearAlloc();
3152 return Runtime::Current()->GetLinearAlloc();
3357 Runtime::Current()->GetLinearAlloc());
6768 stack_(runtime->GetLinearAlloc()->GetArenaPool()),
/art/compiler/debug/
H A Delf_debug_info_writer.h499 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc();
/art/openjdkjvmti/
H A Dti_redefine.cc504 loader.IsNull() ? driver_->runtime_->GetLinearAlloc()
/art/runtime/arch/
H A Dstub_test.cc1898 LinearAlloc* linear_alloc = Runtime::Current()->GetLinearAlloc();

Completed in 181 milliseconds