Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1273 uint64_t aligned_code_end = aligned_code_begin + code_size; in DumpOatMethod() local
1293 } else if (aligned_code_end > oat_file_.Size()) { in DumpOatMethod()
1298 aligned_code_end, oat_file_.Size(), in DumpOatMethod()