Lines Matching refs:doXml
1998 bool doXml = (gOptions.outputFormat == OUTPUT_XML); in dumpCallSites() local
1999 printf(doXml ? "<call_site index=\"%u\" offset=\"%u\">\n" : "Call Site #%u // offset %u\n", in dumpCallSites()
2004 printf(doXml ? "<link_argument index=\"%u\" " : " link_argument[%u] : ", i); in dumpCallSites()
2010 printf(doXml ? "type=\"byte\" value=\"%d\"/>" : "%d (byte)", (int)*data++); in dumpCallSites()
2014 printf(doXml ? "type=\"short\" value=\"%d\"/>" : "%d (short)", in dumpCallSites()
2019 printf(doXml ? "type=\"short\" value=\"%u\"/>" : "%u (char)", in dumpCallSites()
2024 printf(doXml ? "type=\"int\" value=\"%d\"/>" : "%d (int)", in dumpCallSites()
2029 printf(doXml ? "type=\"long\" value=\"%" PRId64 "\"/>" : "%" PRId64 " (long)", in dumpCallSites()
2035 printf(doXml ? "type=\"float\" value=\"%g\"/>" : "%g (float)", in dumpCallSites()
2041 printf(doXml ? "type=\"double\" value=\"%g\"/>" : "%g (double)", in dumpCallSites()
2050 printf(doXml ? "type=\"MethodType\" value=\"(%s)%s\"/>" : "(%s)%s (MethodType)", in dumpCallSites()
2057 printf(doXml ? "type=\"MethodHandle\" value=\"%u\"/>" : "%u (MethodHandle)", in dumpCallSites()
2063 printf(doXml ? "type=\"String\" value=\"%s\"/>" : "%s (String)", in dumpCallSites()
2069 printf(doXml ? "type=\"Class\" value=\"%s\"/>" : "%s (Class)", in dumpCallSites()
2074 printf(doXml ? "type=\"null\" value=\"null\"/>" : "null (null)"); in dumpCallSites()
2078 printf(doXml ? "type=\"boolean\" value=\"%s\"/>" : "%s (boolean)", in dumpCallSites()
2091 if (doXml) { in dumpCallSites()