Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1131 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); in DumpOatMethod() local
1175 vios->Stream() << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset); in DumpOatMethod()
1176 if (oat_method_offsets_offset > oat_file_.Size()) { in DumpOatMethod()
1179 oat_method_offsets_offset, oat_file_.Size()); in DumpOatMethod()