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 41 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const {
oat_file.h 112 uint32_t GetQuickCodeSize() const;
116 // use more specific methods such as GetQuickCodeSize.
  /art/oatdump/
oatdump.cc 284 true, oat_method.GetQuickCodeSize(), STB_GLOBAL, STT_FUNC);
796 uint32_t code_size = oat_method.GetQuickCodeSize();
    [all...]

Completed in 2027 milliseconds