Searched refs:kPrologueBytes (Results 1 – 1 of 1) sorted by relevance
1099 static constexpr uint32_t kPrologueBytes = 16; member in art::OatDumper1302 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1303 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()1315 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1316 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()