Searched refs:kPrologueBytes (Results 1 – 1 of 1) sorted by relevance
1102 static constexpr uint32_t kPrologueBytes = 16; member in art::OatDumper1305 if (aligned_code_begin + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1306 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()1319 if (aligned_code_begin + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1320 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()