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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp364 int append_scope_value_for_operand(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values);
H A Dc1_LinearScan.cpp2566 int LinearScan::append_scope_value_for_operand(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values) { function in class:LinearScan
2818 return append_scope_value_for_operand(opr, scope_values);

Completed in 83 milliseconds