Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1187 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod() local
1188 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()
1191 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()
1272 uint32_t aligned_code_begin = AlignCodeOffset(code_offset); in DumpOatMethod() local
1273 uint64_t aligned_code_end = aligned_code_begin + code_size; in DumpOatMethod()
1288 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()
1291 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()