Lines Matching defs:idx

1950   uint idx = n->_idx;
1951 if (idx >= nodes_size()) {
1954 PointsToNode* ptn = ptnode_adr(idx);
2003 uint idx = n->_idx;
2004 if (idx >= nodes_size()) {
2007 PointsToNode* ptn = ptnode_adr(idx);
2358 uint idx = 1;
2361 while (idx < phi->req()) {
2362 Node *mem = find_inst_mem(phi->in(idx), alias_idx, orig_phi_worklist);
2369 cur_input.push(idx);
2372 idx = 1;
2381 result->set_req(idx++, mem);
2398 idx = cur_input.pop();
2400 prev_result->set_req(idx++, result);
2483 int idx = C->get_alias_index(tp);
2484 assert(get_map(use->_idx) != NULL || idx == alias_idx,
2490 int idx = C->get_alias_index(tp);
2491 assert(idx == alias_idx, "Following Phi nodes should be on the same memory slice");
2523 int idx = C->get_alias_index(at->is_ptr());
2524 if (idx == alias_idx)
2587 int idx = C->get_alias_index(at->is_ptr());
2588 assert(idx != alias_idx, "Object is not scalar replaceable if a LoadStore node access its field");
2841 Node *base = get_map(jobj->idx()); // CheckCastPP node
2861 Node *val = get_map(jobj->idx()); // CheckCastPP node
2865 tinst->instance_id() == jobj->idx() , "instance type expected.");
3052 uint idx = (uint)_compile->get_alias_index(at->is_ptr());
3053 if (idx == i) {
3057 if (idx >= nmm->req() || nmm->is_empty_memory(nmm->in(idx))) {
3058 nmm->set_memory_at(idx, mem);
3203 tty->print(" %d%s", b->idx(),(b->is_JavaObject() ? "P" : ""));
3210 tty->print(" %d%s%s", e->idx(),(e->is_JavaObject() ? "P" : (e->is_Field() ? "F" : "")), e->is_Arraycopy() ? "cp" : "");
3220 tty->print(" %d%s%s", u->idx(), is_base ? "b" : "", u->is_Arraycopy() ? "cp" : "");