Searched refs:aligned_code_begin (Results 1 – 1 of 1) sorted by relevance
1171 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod() local1172 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()1175 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()1248 uint32_t aligned_code_begin = AlignCodeOffset(code_offset); in DumpOatMethod() local1249 uint64_t aligned_code_end = aligned_code_begin + code_size; in DumpOatMethod()1263 if (aligned_code_begin > oat_file_.Size()) { in DumpOatMethod()1266 aligned_code_begin, oat_file_.Size()); in DumpOatMethod()1278 if (aligned_code_begin + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1292 if (aligned_code_begin + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()