Searched defs:test_value_out (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp939 Register test_value_out,
942 if (test_value_out == noreg) {
946 movptr(test_value_out, Address(mdp_in, offset));
947 cmpptr(test_value_out, value);
936 test_mdp_data_at(Register mdp_in, int offset, Register value, Register test_value_out, Label& not_equal_continue) argument
H A Dinterp_masm_x86_64.cpp953 Register test_value_out,
956 if (test_value_out == noreg) {
960 movptr(test_value_out, Address(mdp_in, offset));
961 cmpptr(test_value_out, value);
950 test_mdp_data_at(Register mdp_in, int offset, Register value, Register test_value_out, Label& not_equal_continue) argument

Completed in 35 milliseconds