Home | History | Annotate | Download | only in oatdump

Lines Matching defs:gc_map_offset

505       uint32_t gc_map_offset = oat_method.GetGcMapOffset();
506 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset);
507 if (gc_map_offset > oat_file_.Size()) {
510 gc_map_offset, oat_file_.Size());