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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp326 SafePointScalarObjectNode* spobj = n->as_SafePointScalarObject(); local
327 scobjs->append_if_missing(spobj);
328 int sco_n = scobjs->find(spobj);
427 SafePointScalarObjectNode* spobj = scobjs.at(i); local
428 ciKlass* cik = spobj->bottom_type()->is_oopptr()->klass();
437 st->print("[%d]", spobj->n_fields());
447 st->print("[%d]", spobj->n_fields());
454 uint nf = spobj->n_fields();
456 uint first_ind = spobj->first_index();
H A Doutput.cpp632 SafePointScalarObjectNode* spobj = local->as_SafePointScalarObject(); local
634 ObjectValue* sv = Compile::sv_for_node_id(objs, spobj->_idx);
639 sv = new ObjectValue(spobj->_idx,
643 uint first_ind = spobj->first_index();
644 for (uint i = 0; i < spobj->n_fields(); i++) {
908 SafePointScalarObjectNode* spobj = obj_node->as_SafePointScalarObject(); local
909 scval = Compile::sv_for_node_id(objs, spobj->_idx);
915 ObjectValue* sv = new ObjectValue(spobj->_idx,
919 uint first_ind = spobj->first_index();
920 for (uint i = 0; i < spobj
[all...]

Completed in 41 milliseconds