Searched defs:begin_offset (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc477 uintptr_t begin_offset = reinterpret_cast<uintptr_t>(oat_data) - local
479 auto it = offsets_.upper_bound(begin_offset);
482 return end_offset - begin_offset;

Completed in 163 milliseconds