Lines Matching refs:print_prop

237 void IdealGraphPrinter::print_prop(const char *name, int val) {
241 print_prop(name, stream.as_string());
244 void IdealGraphPrinter::print_prop(const char *name, const char *val) {
324 print_prop(METHOD_NAME_PROPERTY, strStream.as_string());
327 print_prop(METHOD_IS_PUBLIC_PROPERTY, TRUE_VALUE);
331 print_prop(METHOD_IS_STATIC_PROPERTY, TRUE_VALUE);
408 print_prop(NODE_NAME_PROPERTY, (const char *)node->Name());
410 print_prop("type", (const char *)Type::msg[t->base()]);
411 print_prop("idx", node->_idx);
413 print_prop("debug_idx", node->_debug_idx);
419 print_prop("block", C->cfg()->_blocks[0]->_pre_order);
421 print_prop("block", block->_pre_order);
427 print_prop("is_copy", "true");
430 print_prop("rematerialize", "true");
433 print_prop("needs_anti_dependence_check", "true");
436 print_prop("is_macro", "true");
439 print_prop("is_con", "true");
442 print_prop("is_cisc_alternate", "true");
445 print_prop("is_dead_loop_safe", "true");
448 print_prop("may_be_short_branch", "true");
451 print_prop("has_call", "true");
456 print_prop("is_shared", "true");
458 print_prop("is_shared", "false");
461 print_prop("is_dontcare", "true");
463 print_prop("is_dontcare", "false");
469 print_prop("old_node_idx", old->_idx);
475 print_prop("con", (int)node->as_Proj()->_con);
479 print_prop("idealOpcode", (const char *)NodeClassNames[node->as_Mach()->ideal_Opcode()]);
504 print_prop("dump_spec", buffer);
507 print_prop("is_block_proj", "true");
511 print_prop("is_block_start", "true");
518 print_prop(short_name, "PA");
521 print_prop(short_name, buffer);
524 print_prop(short_name, "T");
526 print_prop(short_name, "F");
537 print_prop(short_name, buffer);
539 print_prop(short_name, "I");
542 print_prop(short_name, "^");
551 print_prop(short_name, buffer);
553 print_prop(short_name, "L");
557 print_prop(short_name, "CP");
559 print_prop(short_name, "C");
561 print_prop(short_name, "M");
563 print_prop(short_name, "IO");
565 print_prop(short_name, "RA");
567 print_prop(short_name, "P");
569 print_prop(short_name, "RP");
571 print_prop(short_name, "AP");
597 print_prop("bci", bciStream.as_string());
599 print_prop("line", last->line_number_from_bci(last_bci));
611 print_prop("debug_orig", dorigStream.as_string());
618 print_prop("reg", buffer);
619 print_prop("lrg", _chaitin->n2lidx(node));