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

  /art/runtime/
oat_file-inl.h 24 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const {
34 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
50 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
99 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
112 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
125 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
oat_file.h 117 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
  /art/oatdump/
oatdump.cc 861 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader();
    [all...]

Completed in 303 milliseconds