Searched refs:INT64_FORMAT (Results 1 - 25 of 25) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciConstant.cpp51 tty->print(INT64_FORMAT, _value._long);
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp48 jio_snprintf(buf, len, INT64_FORMAT, l);
56 jio_snprintf(buf, len, INT64_FORMAT, n._nanotime);
60 jio_snprintf(buf, len, INT64_FORMAT, m._size);
92 || sscanf(str, INT64_FORMAT"%n", &_value, &scanned) != 1
189 int argc = sscanf(str, INT64_FORMAT , &_value._time);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp80 tty->print_cr("\t[ %s " INT64_FORMAT " " INT64_FORMAT " ]",
H A DpsScavenge.cpp681 tty->print_cr("VM-Thread " INT64_FORMAT " " INT64_FORMAT " " INT64_FORMAT,
H A DpsMarkSweep.cpp686 NOT_PRODUCT(warning("time warp: "INT64_FORMAT, ret_val);)
H A DpsParallelCompact.cpp2275 gclog_or_tty->print_cr("VM-Thread " INT64_FORMAT " " INT64_FORMAT " "
2276 INT64_FORMAT,
3536 NOT_PRODUCT(warning("time warp: "INT64_FORMAT, ret_val);)
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceStream.hpp68 _st.print("%s = "INT64_FORMAT, label, val);
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp268 CHECKXY(x, y1, INT64_FORMAT "l");
270 CHECKXY(x, y2, INT64_FORMAT "d");
H A DdebugInfo.cpp180 st->print(INT64_FORMAT, value());
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp156 tty->print(" " INT64_FORMAT " (long)", long_at(index));
H A Dsweeper.cpp347 tty->print_cr("### sweeper: sweep time(%d): " INT64_FORMAT, _invocations, (jlong)sweep_time);
600 tty->print_cr("### sweeper: unload time: " INT64_FORMAT, (jlong)disconnect_time);
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp422 warning("time warp: "INT64_FORMAT" to "INT64_FORMAT, _time_of_last_gc, now);
H A DreferenceProcessor.cpp168 warning("time warp: "INT64_FORMAT" to "INT64_FORMAT,
H A DgenCollectedHeap.cpp1450 NOT_PRODUCT(warning("time warp: "INT64_FORMAT, retVal);)
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp164 print("date "INT64_FORMAT, os::javaTimeMillis());
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp300 st->print_cr(" " INT64_FORMAT, constants->long_at(i));
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp550 sprintf(buffer, INT64_FORMAT, value);
H A Dtype.cpp1549 sprintf(buf, "%s+" INT64_FORMAT, xname, n - x);
1552 sprintf(buf, "%s-" INT64_FORMAT, xname, x - n);
1564 sprintf(buf, "min+" INT64_FORMAT, n - min_jlong);
1568 sprintf(buf, "max-" INT64_FORMAT, max_jlong - n);
1576 sprintf(buf, INT64_FORMAT, n);
H A Dcallnode.cpp366 st->print(" %s%d]=#"INT64_FORMAT,msg,i,t->is_long()->get_con());
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1202 #define INT64_FORMAT "%" PRId64 macro
H A Dostream.cpp246 // N.B. Same as INT64_FORMAT
625 " process='%d' time_ms='"INT64_FORMAT"'",
H A DvmError.cpp865 "[thread " INT64_FORMAT " also had an error]",
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp129 assert(byte_offset < p_size, err_msg("Unsafe access: offset " INT64_FORMAT " > object's size " INT64_FORMAT, byte_offset, p_size));
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1411 printf("long "INT64_FORMAT, (int64_t) *(jlong *) &val);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2337 case T_LONG: st->print(INT64_FORMAT, value->j); break;

Completed in 148 milliseconds