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

  /art/runtime/
oat_file.h 197 uint32_t GetOatMethodOffsetsOffset(uint32_t method_index) const;
oat_file.cc 542 uint32_t OatFile::OatClass::GetOatMethodOffsetsOffset(uint32_t method_index) const {
  /art/oatdump/
oatdump.cc 472 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index);
    [all...]

Completed in 27 milliseconds