Searched refs:Condition (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp1180 void Assembler::cmovl(Condition cc, Register dst, Register src) {
1189 void Assembler::cmovl(Condition cc, Register dst, Address src) {
1436 void Assembler::jcc(Condition cc, Label& L, bool maybe_short) {
1470 void Assembler::jccb(Condition cc, Label& L) {
2668 void Assembler::setb(Condition cc, Register dst) {
4808 void Assembler::cmovq(Condition cc, Register dst, Register src) {
4815 void Assembler::cmovq(Condition cc, Register dst, Address src) {
5485 static Assembler::Condition reverse[] = {
7338 void MacroAssembler::cond_inc32(Condition cond, AddressLiteral counter_addr) {
7339 Condition negated_con
[all...]
H A Dinterp_masm_x86_32.cpp1417 Condition cond, Label* where) {
H A Dinterp_masm_x86_64.cpp1477 Condition cond, Label* where) {
H A Dc1_LIRGenerator_x86.cpp1205 If::Condition cond = x->cond();
H A Dc1_LIRAssembler_x86.cpp1428 Assembler::Condition acond = Assembler::zero;
1987 Assembler::Condition acond, ncond;
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk350 java/util/concurrent/locks/Condition.java \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp982 Assembler::Condition condition = Assembler::always;
H A Dc1_LIRAssembler_sparc.cpp619 Assembler::Condition acond;
637 Assembler::Condition acond;
1723 Assembler::Condition acond;
H A Dc1_LIRGenerator_sparc.cpp1067 If::Condition cond = x->cond();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1178 void GraphBuilder::if_node(Value x, If::Condition cond, Value y, ValueStack* state_before) {
1230 void GraphBuilder::if_zero(ValueType* type, If::Condition cond) {
1238 void GraphBuilder::if_null(ValueType* type, If::Condition cond) {
1246 void GraphBuilder::if_same(ValueType* type, If::Condition cond) {
H A Dc1_LIRGenerator.cpp941 void LIRGenerator::profile_branch(If* if_instr, If::Condition cond) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp172 BiasedLocking::Condition cond = BiasedLocking::revoke_and_rebias(obj, attempt_rebias, THREAD);
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp285 // Condition is not a member of this loop?
313 // Condition is not a member of this loop?
1283 Node* bol = limit->is_CMove() ? limit->in(CMoveNode::Condition) : NULL;

Completed in 151 milliseconds

123