Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc338 const void* oat_quick_code = class_linker->GetOatMethodQuickCodeFor(this); in IsEntrypointInterpreter() local
339 return oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode(); in IsEntrypointInterpreter()