Lines Matching refs:spobj
632 SafePointScalarObjectNode* spobj = local->as_SafePointScalarObject();
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();
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->n_fields(); i++) {