Home
last modified time | relevance | path

Searched refs:GetOatMethodOffsetsOffset (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file.h269 uint32_t GetOatMethodOffsetsOffset(uint32_t method_index) const;
Doat_file.cc2241 uint32_t OatFile::OatClass::GetOatMethodOffsetsOffset(uint32_t method_index) const { in GetOatMethodOffsetsOffset() function in art::OatFile::OatClass
/art/oatdump/
Doatdump.cc1110 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); in DumpOatMethod()