Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1263 uint32_t code_size_offset = oat_method.GetQuickCodeSizeOffset(); in DumpOatMethod() local
1264 if (code_size_offset > oat_file_.Size()) { in DumpOatMethod()
1268 code_size_offset, oat_file_.Size()); in DumpOatMethod()
1283 code_size_offset, in DumpOatMethod()
1299 code_size, code_size_offset); in DumpOatMethod()
1302 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()
1312 code_size, code_size_offset); in DumpOatMethod()
1315 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) { in DumpOatMethod()