Searched refs:is_equal (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.inline.hpp137 return is_equal(inst, BRAS_ZOPC); // off 16, len 16
141 return is_equal(inst, BRASL_ZOPC); // off 16, len 32
146 return is_equal(inst, BRC_ZOPC); // off 16, len 16
151 return is_equal(inst, BRCL_ZOPC); // off 16, len 32
156 return is_equal(inst, CRJ_ZOPC, CMPBRANCH_MASK) || is_equal(inst, CGRJ_ZOPC, CMPBRANCH_MASK) ||
157 is_equal(inst, CIJ_ZOPC, CMPBRANCH_MASK) || is_equal(inst, CGIJ_ZOPC, CMPBRANCH_MASK) ||
158 is_equal(inst, CLRJ_ZOPC, CMPBRANCH_MASK) || is_equal(ins
[all...]
H A Dassembler_s390.inline.hpp962 inline bool Assembler::is_equal(unsigned long inst, unsigned long idef) { function in class:Assembler
1005 inline bool Assembler::is_equal(unsigned long inst, unsigned long idef, unsigned long imask) { function in class:Assembler
1012 inline bool Assembler::is_equal(address iloc, unsigned long idef) { function in class:Assembler
1015 return is_equal(inst, idef);
1018 inline bool Assembler::is_equal(address iloc, unsigned long idef, unsigned long imask) { function in class:Assembler
1021 return is_equal(inst, idef, imask);
1025 return (is_equal(pc, CLFIT_ZOPC, RIE_MASK) || is_equal(pc, CLRT_ZOPC, RRE_MASK));
1029 return (is_equal(pc, CGIT_ZOPC, RIE_MASK) || is_equal(p
[all...]
H A Dassembler_s390.hpp2508 static inline bool is_equal(unsigned long inst, unsigned long idef);
2509 static inline bool is_equal(unsigned long inst, unsigned long idef, unsigned long imask);
2510 static inline bool is_equal(address iloc, unsigned long idef);
2511 static inline bool is_equal(address iloc, unsigned long idef, unsigned long imask);
H A DmacroAssembler_s390.cpp1229 return is_equal(pos, CLFI_ZOPC, RIL_MASK);
/openjdk10/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp78 static bool is_equal(NonPermObject* p, oop key) { function in class:ciObjectFactory
H A DciObjectFactory.cpp679 if (is_equal(p, key)) break;
706 assert(where == p && is_equal(p, key) && p->object() == obj, "entry must match");
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-set.cc289 return set->is_equal (other);
H A Dhb-set-private.hh223 inline bool is_equal (const hb_set_t *other) const
H A Dhb-ot-shape.cc907 } while (!copy.is_equal (glyphs));
/openjdk10/hotspot/src/share/vm/memory/
H A DheapInspection.hpp198 bool is_equal(const Klass* k) { return k == _klass; } function in class:KlassInfoEntry
H A DheapInspection.cpp128 if (elt->is_equal(k)) {
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp704 assert(left->is_equal(res), "must be");
745 assert(left->is_equal(res), "must be");
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp229 // By default, each instruction implements hash() and is_equal(Value), used
232 // numbered, should define corresponding hash() and is_equal(Value) functions
247 virtual bool is_equal(Value v) const { \
260 virtual bool is_equal(Value v) const { \
274 virtual bool is_equal(Value v) const { \
748 virtual bool is_equal(Value v) const;
H A Dc1_ValueMap.cpp119 if (!is_killed(f) && f->is_equal(x)) {
H A Dc1_Instruction.cpp402 bool Constant::is_equal(Value v) const { function in class:Constant
H A Dc1_LIRGenerator.cpp2987 assert(receiver->is_illegal() || receiver->is_equal(LIR_Assembler::receiverOpr()), "must match");
H A Dc1_LIR.hpp345 bool is_equal(LIR_Opr opr) const { return this == opr; } function in class:LIR_OprDesc
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp1561 if (opr1->is_equal(opr2) || opr1->is_same_register(opr2)) {

Completed in 177 milliseconds