Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.h51 static bool IsNterpPc(uintptr_t pc) { in IsNterpPc() function
/art/runtime/
Dart_method.cc622 if (OatQuickMethodHeader::IsNterpPc(pc)) { in GetOatQuickMethodHeader()