Searched refs:begin_elem (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp112 begin_elem("klass id='%d'", id);
128 begin_elem("method id='%d' holder='%d'",
161 begin_elem("symbol id='%d'", id);
309 begin_elem("inline_success reason='");
319 begin_elem("inline_fail reason='");
344 begin_elem("code_cache");
H A DcompileTask.cpp314 xtty->begin_elem("task_queued");
356 log->begin_elem("task_done success='%d' nmsize='%d' count='%d'",
H A DcompileBroker.cpp1584 log->begin_elem("start_compile_thread name='%s' thread='" UINTX_FORMAT "' process='%d'",
2037 xtty->begin_elem("code_cache_full");
/openjdk10/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp108 void begin_elem(const char *s);
H A DidealGraphPrinter.cpp199 void IdealGraphPrinter::begin_elem(const char *s) { function in class:IdealGraphPrinter
200 _xml->begin_elem("%s", s);
378 begin_elem(EDGE_ELEMENT);
701 begin_elem(SUCCESSOR_ELEMENT);
709 begin_elem(NODE_ELEMENT);
H A DdoCall.cpp97 log->begin_elem("call method='%d' count='%d' prof_factor='%f'",
H A Descape.cpp1221 C->log()->begin_elem("connectionGraph_bailout reason='reached ");
H A DgraphKit.cpp2050 log->begin_elem("uncommon_trap bci='%d'", bci());
/openjdk10/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp66 ELEM }; // after begin_elem() call, in attrs
113 void begin_elem(const char* format, ...) ATTRIBUTE_PRINTF(2, 3);
159 begin_elem("X Y='Z'"); <X Y='Z'
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp362 xtty->begin_elem("make_not_entrant thread='" UINTX_FORMAT "'",
365 xtty->begin_elem("make_not_used thread='" UINTX_FORMAT "'",
368 xtty->begin_elem("make_entrant thread='" UINTX_FORMAT "'",
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.cpp689 log->begin_elem("dependency_failed");
691 log->begin_elem("dependency");
726 xtty->begin_elem("dependency_failed");
728 xtty->begin_elem("dependency");
H A Dnmethod.cpp801 xtty->begin_elem("nmethod");
1130 xtty->begin_elem("make_unloaded thread='" UINTX_FORMAT "'",
1133 xtty->begin_elem("make_not_entrant thread='" UINTX_FORMAT "'%s",
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp811 xtty->begin_elem("sweeper state='%s' traversals='" INTX_FORMAT "' ", msg, (intx)traversal_count());
H A DvmThread.cpp273 xtty->begin_elem("destroy_vm");
H A Ddeoptimization.cpp1343 xtty->begin_elem("jvms bci='%d'", sd->bci());
1718 xtty->begin_elem("jvms bci='%d'", sd->bci());
/openjdk10/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp1029 xtty->begin_elem("intrinsic_misdeclared actual='%s' declared='%s'",
/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp833 log->begin_elem("uncommon_trap method='%d' bci='%d'", mid, str->cur_bci());
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.cpp826 xtty->begin_elem("make_not_compilable thread='" UINTX_FORMAT "' osr='%d' level='%d'",

Completed in 355 milliseconds