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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp592 Compile::sv_for_node_id(GrowableArray<ScopeValue*> *objs, int id) { function in class:Compile
606 assert(sv_for_node_id(objs, sv->id()) == NULL, "Precondition");
634 ObjectValue* sv = Compile::sv_for_node_id(objs, spobj->_idx);
909 scval = Compile::sv_for_node_id(objs, spobj->_idx);
H A Dcompile.hpp983 static ObjectValue* sv_for_node_id(GrowableArray<ScopeValue*> *objs, int id);

Completed in 43 milliseconds