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

/art/runtime/
H A Doat_file-inl.h25 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { function in class:art::OatFile::OatMethod
35 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
43 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
80 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
H A Dart_method.cc371 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { function in class:art::ArtMethod

Completed in 68 milliseconds