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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp355 set_no_result(x);
407 set_no_result(x);
430 set_no_result(x);
787 set_no_result(x);
1100 set_no_result(x);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp294 set_no_result(x);
346 set_no_result(x);
376 set_no_result(x);
928 set_no_result(x);
1239 set_no_result(x);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1210 set_no_result(x);
1316 set_no_result(x);
1707 set_no_result(x);
1955 set_no_result(x);
2131 set_no_result(x);
2334 set_no_result(x);
2354 set_no_result(x);
2462 set_no_result(x);
2490 set_no_result(x);
2514 set_no_result(
[all...]
H A Dc1_LIRGenerator.hpp220 void set_no_result(Value x) { assert(!x->has_uses(), "can't have use"); x->clear_operand(); } function in class:LIRGenerator

Completed in 143 milliseconds