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

  /art/runtime/
oat_file-inl.h 101 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const {
110 return (GetQuickCodeSize() == 0) ? 0 : code_offset_;
oat_file.h 164 uint32_t GetQuickCodeSize() const;
168 // use more specific methods such as GetQuickCodeSize.
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1931 milliseconds