Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc180 const void* actual_code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in Java_Main_isAotCompiled() local
182 Runtime::Current()->GetClassLinker()->ShouldUseInterpreterEntrypoint(method, actual_code) || in Java_Main_isAotCompiled()
183 (actual_code == interpreter::GetNterpEntryPoint()); in Java_Main_isAotCompiled()