Searched defs:format_helper (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp319 //------------------------------format_helper----------------------------------
322 static void format_helper( PhaseRegAlloc *regalloc, outputStream* st, Node *n, const char *msg, uint i, GrowableArray<SafePointScalarObjectNode*> *scobjs ) { function
393 format_helper(regalloc, st, mcall->local(this, i), "L[", i, &scobjs);
399 format_helper(regalloc, st, mcall->stack(this, i), "STK[", i, &scobjs);
407 format_helper(regalloc, st, box, "MON-BOX[", i, &scobjs);
420 format_helper(regalloc, st, obj, obj_msg, i, &scobjs);
463 format_helper(regalloc, st, fld_node, ":", 0, &scobjs);
465 format_helper(regalloc, st, fld_node, "[", 0, &scobjs);
473 format_helper(regalloc, st, fld_node, ":", j, &scobjs);
475 format_helper(regallo
[all...]

Completed in 34 milliseconds