Searched refs:GetOatMethodOffsets (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file.h225 const OatMethodOffsets* GetOatMethodOffsets(uint32_t method_index) const;
H A Doat_file.cc1892 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index);
1899 const OatMethodOffsets* OatFile::OatClass::GetOatMethodOffsets(uint32_t method_index) const { function in class:art::OatFile::OatClass
1922 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index);
/art/oatdump/
H A Doatdump.cc1318 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index);

Completed in 77 milliseconds