Home
last modified time | relevance | path

Searched refs:kPrologueBytes (Results 1 – 1 of 1) sorted by relevance

/art/oatdump/
Doatdump.cc1102 static constexpr uint32_t kPrologueBytes = 16; member in art::OatDumper
1305 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()