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