Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file-inl.h28 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
/art/runtime/
Dart_method.cc585 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod