Home
last modified time | relevance | path

Searched defs:NterpImpl (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Doat_quick_method_header.h47 EXPORT static ArrayRef<const uint8_t> NterpImpl; variable
Doat_quick_method_header.cc140 ArrayRef<const uint8_t> OatQuickMethodHeader::NterpImpl = interpreter::NterpImpl(); member in art::OatQuickMethodHeader
/art/runtime/interpreter/mterp/
Dnterp.cc77 ArrayRef<const uint8_t> NterpImpl() { in NterpImpl() function