Searched refs:heap_allocated (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticCommand.hpp250 JMXStartRemoteDCmd(outputStream *output, bool heap_allocated);
273 JMXStartLocalDCmd(outputStream *output, bool heap_allocated);
289 JMXStopRemoteDCmd(outputStream *output, bool heap_allocated) : argument
290 DCmd(output, heap_allocated) {
H A DdiagnosticCommand.cpp351 JMXStartRemoteDCmd::JMXStartRemoteDCmd(outputStream *output, bool heap_allocated) : argument
353 DCmdWithParser(output, heap_allocated),
527 JMXStartLocalDCmd::JMXStartLocalDCmd(outputStream *output, bool heap_allocated) : argument
528 DCmd(output, heap_allocated)
H A DdiagnosticFramework.hpp233 DCmd(outputStream* output, bool heap_allocated) { argument
235 _is_heap_allocated = heap_allocated;

Completed in 2041 milliseconds