HomeSort by relevance Sort by last modified time
    Searched defs:GetOatQuickMethodHeader (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file-inl.h 25 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const {
35 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
43 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
80 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
art_method.cc 371 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) {

Completed in 56 milliseconds