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

/openjdk9/jdk/test/javax/management/query/
H A DQueryExpStringTest.java65 leq = Query.leq(intValue, floatValue), field in class:QueryExpStringTest
116 leq, "(12345678) <= (2.5)",
265 return Query.leq(lhs, rhs);
H A DQueryFactory.java250 queries.add(Query.leq(Query.attr(primitiveIntAttName),
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DQuery.java78 * A code representing the {@link Query#leq} query. This is chiefly
204 public static QueryExp leq(ValueExp v1, ValueExp v2) { method in class:Query
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp51 case leq: return geq;
53 case geq: return leq;
67 case leq: return gtr;
68 case gtr: return leq;
471 case If::leq: return x <= y ? cond_true : cond_false;
484 case If::leq: return x <= y ? cond_true : cond_false;
H A Dc1_RangeCheckElimination.cpp336 cond = Instruction::leq;
528 insert_position = predicate_cmp_with_const(lower_compare, Instruction::leq, -1, state, insert_position);
673 insert_position = predicate_cmp_with_const(lower_instr, Instruction::leq, lower, state, insert_position, bci);
693 insert_position = predicate_cmp_with_const(length_instr, Instruction::leq, upper, state, insert_position, bci);
717 insert_position = predicate_add(length_instr, upper, Instruction::leq, upper_instr, state, insert_position, bci);
1252 } else if (cond == Instruction::leq) {
1518 bound->add_assertion(instruction, position, bound->upper(), bound->upper_instr(), Instruction::leq);
H A Dc1_Canonicalizer.cpp669 case If::leq: return x <= y;
699 case If::leq: sux = x->sux_for(true); break;
743 if (lss_sux == eql_sux) { cond = If::leq; tsux = lss_sux; fsux = gtr_sux; }
H A Dc1_InstructionPrinter.cpp57 case If::leq: return "<=";
H A Dc1_LIRGenerator.hpp423 case If::leq: l = lir_cond_lessEqual; break;
H A Dc1_Instruction.hpp390 eql, neq, lss, leq, gtr, geq, aeq, beq enumerator in enum:Instruction::Condition
H A Dc1_GraphBuilder.cpp2828 case Bytecodes::_ifle : if_zero(intType , If::leq); break;
2834 case Bytecodes::_if_icmple : if_same(intType , If::leq); break;
H A Dc1_LIRGenerator.cpp3600 case Instruction::leq: ok = (a_int <= b_int); break;
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1253 if (cond == If::gtr || cond == If::leq) {
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp1286 if (cond == If::gtr || cond == If::leq) {
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp1057 if (cond == If::gtr || cond == If::leq) {
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1494 if (cond == If::gtr || cond == If::leq) {
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp1575 if (cond == If::gtr || cond == If::leq) {
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js8290 leq: 8259,

Completed in 239 milliseconds