Home | History | Annotate | Download | only in oatdump

Lines Matching refs:begin_offset

569     uintptr_t begin_offset = reinterpret_cast<uintptr_t>(oat_data) -
571 auto it = offsets_.upper_bound(begin_offset);
574 return end_offset - begin_offset;