Home
last modified time | relevance | path

Searched defs:GetOatQuickMethodHeader (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Doat_file-inl.h27 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
H A Dart_method.cc538 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod