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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp311 PointsToNode* n_ptn = ptnode_adr(n_idx); local
312 if (n_ptn != NULL)
342 if (n_ptn == phantom_obj || n_ptn == null_obj)
359 n_ptn = ptnode_adr(n_idx);
360 add_base(n_ptn->as_Field(), ptn_base);
553 PointsToNode* n_ptn = ptnode_adr(n->_idx); local
555 if (_verify && n_ptn->is_JavaObject())
564 (n_ptn != NULL) && (n_ptn
[all...]

Completed in 67 milliseconds