Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h276 EXPORT const OatMethodOffsets* GetOatMethodOffsets(uint32_t method_index) const;
Doat_file.cc2394 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethodOffsetsOffset()
2401 const OatMethodOffsets* OatFile::OatClass::GetOatMethodOffsets(uint32_t method_index) const { in GetOatMethodOffsets() function in art::OatFile::OatClass
2432 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethod()
/art/oatdump/
Doatdump.cc1135 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod()