Lines Matching refs:code_size
195 info.code_size = 0; /* The symbol lasts until the next symbol. */ \ in Symbolize()
319 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()
1114 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod() local
1116 if (resolved_addr2instr_ > code_offset + code_size) { in DumpOatMethod()
1249 uint64_t aligned_code_end = aligned_code_begin + code_size; in DumpOatMethod()
1251 stats_["Code"].AddBytes(code_size); in DumpOatMethod()
1259 code_size, in DumpOatMethod()
1275 code_size); in DumpOatMethod()
1282 } else if (code_size > kMaxCodeSize) { in DumpOatMethod()
1287 code_size, in DumpOatMethod()
1289 code_size); in DumpOatMethod()
1507 bool bad_input, size_t code_size) { in DumpCode() argument
1510 if (code_size == 0) { in DumpCode()
1511 code_size = oat_method.GetQuickCodeSize(); in DumpCode()
1513 if (code_size == 0 || quick_code == nullptr) { in DumpCode()
1530 while (offset < code_size) { in DumpCode()
1545 while (offset < code_size) { in DumpCode()