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

/art/oatdump/
H A Doatdump.cc792 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); local
821 *indent1_os << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset);
822 if (oat_method_offsets_offset > oat_file_.Size()) {
825 oat_method_offsets_offset, oat_file_.Size());

Completed in 31 milliseconds