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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp117 testptr(hdr, hdr);
195 testptr(index, BytesPerWord - 1);
410 testptr(r, r);
H A Dinterp_masm_x86_32.cpp185 testptr(tmp, tmp);
549 testptr(rax, rax);
780 testptr(header_reg, header_reg);
809 testptr(mdp, mdp);
824 testptr(rax, rax);
1074 testptr(receiver, receiver);
1134 testptr(reg2, reg2);
H A Dinterp_masm_x86_64.cpp181 testptr(c_rarg0, c_rarg0);
551 testptr(rax, rax);
792 testptr(header_reg, header_reg);
823 testptr(mdp, mdp);
838 testptr(rax, rax);
1098 testptr(receiver, receiver);
1168 testptr(reg2, reg2);
H A DtemplateInterpreter_x86_64.cpp312 __ testptr(rax, rax);
534 __ testptr(rax, rax);
574 __ testptr(rdx, rdx);
631 __ testptr(rax, rax);
791 __ testptr(rax, rax);
984 __ testptr(t, t);
1163 __ testptr(rax, rax);
1240 __ testptr(t, t);
H A DtemplateInterpreter_x86_32.cpp356 __ testptr(rax, rax);
601 __ testptr(rdx, rdx);
663 __ testptr(rax, rax);
808 __ testptr(rax, rax);
1001 __ testptr(t, t);
1180 __ testptr(rax, rax);
1237 __ testptr(t, t);
H A DstubGenerator_x86_32.cpp435 __ testptr(exception_oop, exception_oop);
674 __ testptr(rax, rax);
687 __ testptr(rax, rax);
700 __ testptr(rax, rax);
1008 __ testptr(from, 4);
1193 __ testptr(end, 4);
1521 __ testptr(elem, elem);
1750 __ testptr(src, src);
1760 __ testptr(dst, dst);
1783 __ testptr(rcx_src_klas
[all...]
H A DstubGenerator_x86_64.cpp527 __ testptr(rax, rax);
868 __ testptr(c_rarg0, c_rarg0); // signed ? min_jint : max_jint
1017 __ testptr(rax, rax);
1032 __ testptr(rax, rax);
1044 __ testptr(rax, rax);
2389 __ testptr(rax_oop, rax_oop);
2595 __ testptr(src, src); // src oop
2604 __ testptr(dst, dst); // dst oop
2635 __ testptr(r10_src_klass, r10_src_klass);
H A DtemplateTable_x86_32.cpp976 __ testptr(rax, rax);
1636 __ testptr(rbx, rbx);
1729 __ testptr(rax, rax); // test result
1798 __ testptr(rax, rax);
2099 __ testptr(result, result);
3119 __ testptr(rbx, rbx);
3410 __ testptr(rax, rax); // Object is in EAX
3461 __ testptr(rax, rax);
3595 __ testptr(rdx, rdx); // check if a slot has been found
H A DtemplateTable_x86_64.cpp1004 __ testptr(rax, rax);
1665 __ testptr(rbx, rbx);
1764 __ testptr(rax, rax); // test result
1837 __ testptr(rax, rax);
2141 __ testptr(result, result);
3182 __ testptr(rbx, rbx);
3469 __ testptr(rax, rax); // object is in rax
3522 __ testptr(rax, rax);
3672 __ testptr(c_rarg1, c_rarg1); // check if a slot has been found
H A DcppInterpreter_x86.cpp824 __ testptr(rax, rax);
1131 __ testptr(t, t);
1175 __ testptr(rax, rax);
1362 __ testptr(rax, rax);
1436 __ testptr(t, t);
H A DmethodHandles_x86.cpp79 __ testptr(obj, obj);
H A DsharedRuntime_x86_32.cpp1393 __ testptr(reg.first()->as_Register(), reg.first()->as_Register());
1783 __ testptr(result, markOopDesc::unlocked_value);
1788 __ testptr(result, markOopDesc::biased_lock_bit_in_place);
2920 __ testptr(rax, rax);
H A Dc1_Runtime1_x86.cpp907 __ testptr(rax, rax); // have we deoptimized?
963 __ testptr(rax, rax); // have we deoptimized?
H A Dassembler_x86.cpp8878 void MacroAssembler::testptr(Register dst, Register src) { function in class:MacroAssembler
8967 testptr(top, top);
9381 testptr(method_result, method_result);
9597 testptr(rax,rax); // Set Z = 0
9692 testptr(tmp, tmp);
11085 testptr(result, result);
11154 testptr(result, result);
11220 testptr(ary1, ary1);
11222 testptr(ary2, ary2);
11402 testptr(t
[all...]
H A DsharedRuntime_x86_64.cpp1448 __ testptr(reg.first()->as_Register(), reg.first()->as_Register());
2498 __ testptr(rax, rax);
3398 __ testptr(rax, rax);
H A Dc1_LIRAssembler_x86.cpp537 __ testptr (rax, rax);
3217 __ testptr(src, src);
3221 __ testptr(dst, dst);
H A Dassembler_x86.hpp2504 void testptr(Register src, int32_t imm32) { LP64_ONLY(testq(src, imm32)) NOT_LP64(testl(src, imm32)); } function in class:MacroAssembler
2505 void testptr(Register src1, Register src2);

Completed in 185 milliseconds