Lines Matching defs:total
42 LOG_COMPILER(INFO) << "total callsite num: " << dumpInfo.callsiteNum
43 << ", total ark stack map num: " << dumpInfo.stackmapNum
44 << ", total deopt num: " << dumpInfo.deoptNum;
48 LOG_COMPILER(INFO) << "total callsite head size: "
50 << (callsiteHeadsSize / 1_KB) << "KB, total stackmap size: "
52 << (stackMapsSize / 1_KB) << "KB, total deopt size: "
238 uint32_t total = 0;
253 total += (vregsInfoSize + valueSize);
261 total += (vregsInfoSize + valueSize);
273 total += (vregsInfoSize + regOffsetSize);
284 sizeAndArkDeopt.first = total;