Lines Matching refs:first
670 bool first = true; in DumpVmap() local
677 os << (first ? "v" : ", v") << dex_reg; in DumpVmap()
683 first = false; in DumpVmap()
717 bool first = true; in DumpGcMapRegisters() local
720 if (first) { in DumpGcMapRegisters()
724 first = false; in DumpGcMapRegisters()
732 if (first) { in DumpGcMapRegisters()
824 bool first = true; in DumpGcMapAtNativePcOffset() local
827 if (first) { in DumpGcMapAtNativePcOffset()
831 first = false; in DumpGcMapAtNativePcOffset()
839 if (!first) { in DumpGcMapAtNativePcOffset()
851 bool first = true; in DumpVRegsAtDexPc() local
855 if (first) { in DumpVRegsAtDexPc()
857 first = false; in DumpVRegsAtDexPc()
877 if (!first) { in DumpVRegsAtDexPc()
1502 bool first = true; in DumpOutliers() local
1517 if (first) { in DumpOutliers()
1519 first = false; in DumpOutliers()
1541 bool first = true; in DumpOutliers() local
1556 if (first) { in DumpOutliers()
1559 first = false; in DumpOutliers()
1598 const std::string& descriptor(sizes_and_count.first); in Dump()
1634 oat_dex_file_size.first.c_str(), oat_dex_file_size.second, in Dump()