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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp905 ScopeValue *scval = NULL; local
909 scval = Compile::sv_for_node_id(objs, spobj->_idx);
910 if (scval == NULL) {
924 scval = sv;
929 scval = new_loc_value( _regalloc, obj_reg, Location::narrowoop );
931 scval = new_loc_value( _regalloc, obj_reg, Location::oop );
935 scval = new ConstantOopWriteValue(tp->is_oopptr()->const_oop()->constant_encoding());
941 monarray->append(new MonitorValue(scval, basic_lock, eliminated));

Completed in 1341 milliseconds