Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1183 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod() local
1184 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()
1187 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()
1268 uint32_t aligned_code_begin = AlignCodeOffset(code_offset); in DumpOatMethod() local
1269 uint64_t aligned_code_end = aligned_code_begin + code_size; in DumpOatMethod()
1284 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()
1287 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()