Searched refs:kPrologueBytes (Results 1 – 1 of 1) sorted by relevance
1096 static constexpr uint32_t kPrologueBytes = 16; member in art::OatDumper1299 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1300 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()1312 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()1313 DumpCode(vios, oat_method, code_item_accessor, true, kPrologueBytes); in DumpOatMethod()