Lines Matching defs:id

781           tty->print_cr("Local 0 (value %d) proven non-null upon entry", local0->id());
862 x->id());
882 x->explicit_null_check()->id(), x->id(), obj->id());
888 tty->print_cr("Eliminated AccessField %d's null check for value %d", x->id(), obj->id());
894 tty->print_cr("AccessField %d of value %d proves value to be non-null", x->id(), obj->id());
913 x->explicit_null_check()->id(), x->id(), array->id());
919 tty->print_cr("Eliminated ArrayLength %d's null check for value %d", x->id(), array->id());
925 tty->print_cr("ArrayLength %d of value %d proves value to be non-null", x->id(), array->id());
944 x->explicit_null_check()->id(), x->id(), array->id());
950 tty->print_cr("Eliminated LoadIndexed %d's null check for value %d", x->id(), array->id());
956 tty->print_cr("LoadIndexed %d of value %d proves value to be non-null", x->id(), array->id());
971 tty->print_cr("Eliminated StoreIndexed %d's null check for value %d", x->id(), array->id());
977 tty->print_cr("StoreIndexed %d of value %d proves value to be non-null", x->id(), array->id());
991 tty->print_cr("Eliminated NullCheck %d for value %d", x->id(), obj->id());
1004 tty->print_cr("NullCheck %d of value %d proves value to be non-null", x->id(), obj->id());
1021 tty->print_cr("Invoke %d of value %d proves value to be non-null", x->id(), recv->id());
1031 tty->print_cr("NewInstance %d is non-null", x->id());
1039 tty->print_cr("NewArray %d is non-null", x->id());
1047 tty->print_cr("ExceptionObject %d is non-null", x->id());
1057 tty->print_cr("Eliminated AccessMonitor %d's null check for value %d", x->id(), obj->id());
1063 tty->print_cr("AccessMonitor %d of value %d proves value to be non-null", x->id(), obj->id());
1074 if (x->id() == vmIntrinsics::_arraycopy) {
1089 tty->print_cr("Eliminated Intrinsic %d's null check for value %d", x->id(), recv->id());
1095 tty->print_cr("Intrinsic %d of value %d proves value to be non-null", x->id(), recv->id());
1121 tty->print_cr("Eliminated Phi %d's null check for phifun because all inputs are non-null", x->id());
1158 int id = excp->block_id();
1159 if (!visited_block[id]) {
1161 visited_block[id] = true;
1169 int id = next->block_id();
1170 if (!visited_block[id]) {
1172 visited_block[id] = true;