Searched refs:is_long (Results 1 - 25 of 46) sorted by relevance

12

/openjdk9/hotspot/src/share/vm/opto/
H A Dconnode.cpp49 case T_LONG: return new ConLNode( t->is_long() );
H A Dconvertnode.cpp250 const TypeLong* this_type = this->type()->is_long();
398 const TypeLong *tl = t->is_long();
408 const TypeLong *tl = t->is_long();
425 const TypeLong *tl = t->is_long();
H A Daddnode.cpp462 const TypeLong *r0 = t0->is_long(); // Handy access
463 const TypeLong *r1 = t1->is_long();
788 const TypeLong *r0 = t0->is_long(); // Handy access
789 const TypeLong *r1 = t1->is_long();
824 const TypeLong *r0 = t0->is_long(); // Handy access
825 const TypeLong *r1 = t1->is_long();
H A Dmovenode.cpp166 case T_LONG: return new CMoveLNode( bol, left, right, t->is_long() );
357 const TypeLong *tl = t->is_long();
H A Dmulnode.cpp330 const TypeLong *r0 = t0->is_long(); // Handy access
331 const TypeLong *r1 = t1->is_long();
534 const TypeLong *r0 = t0->is_long(); // Handy access
535 const TypeLong *r1 = t1->is_long();
825 const TypeLong *r1 = t1->is_long(); // Handy access
1031 const TypeLong *r1 = t1->is_long(); // Handy access
1308 const TypeLong *r1 = t1->is_long(); // Handy access
H A Ddivnode.cpp623 const TypeLong *i1 = t1->is_long();
624 const TypeLong *i2 = t2->is_long();
1031 const TypeLong *tl = t->is_long();
1173 const TypeLong *i1 = t1->is_long();
1174 const TypeLong *i2 = t2->is_long();
H A Dsubnode.cpp362 const TypeLong *r0 = t1->is_long(); // Handy access
363 const TypeLong *r1 = t2->is_long();
723 const TypeLong *r0 = t1->is_long(); // Handy access
724 const TypeLong *r1 = t2->is_long();
748 const TypeLong* r0 = t1->is_long(); // Handy access
749 const TypeLong* r1 = t2->is_long();
H A DidealGraphPrinter.cpp533 } else if (t->base() == Type::Long && t->is_long()->is_con()) {
534 const TypeLong *typeLong = t->is_long();
H A Dtype.hpp285 const TypeLong *is_long() const;
626 static const TypeLong *as_self(const Type *t) { return t->is_long(); }
1555 inline const TypeLong *Type::is_long() const {
1743 #define is_intptr_t is_long
H A Dcfgnode.cpp1061 jt->is_long()->_lo == ft->is_long()->_lo &&
1062 jt->is_long()->_hi == ft->is_long()->_hi)
/openjdk9/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp61 bool is_long() const { return _tag == JVM_CONSTANT_Long; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.inline.hpp61 inline int MacroAssembler::store_const(const Address &dest, long imm, Register scratch, bool is_long) { argument
62 unsigned int lm = is_long ? 8 : 4;
63 unsigned int lc = is_long ? 8 : 4;
/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp243 assert(type1.is_long() || type1.is_double(), "must be long/double");
280 if (_locals[index].is_double() || _locals[index].is_long()) {
303 assert(type1.is_long() || type1.is_double(), "must be long/double");
312 if (_locals[index+1].is_double() || _locals[index+1].is_long()) {
H A DstackMapFrame.hpp206 assert(type1.is_long() || type1.is_double(), "must be long/double");
248 assert(type2.is_long() || type2.is_double(), "must be long/double_2");
H A DverificationType.hpp182 bool is_long() const { return (_u._data == Long); } function in class:VALUE_OBJ_CLASS_SPEC
238 return VerificationType(is_long() ? Long_2nd : Double_2nd);
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp225 void do_div_or_rem(bool is_long, bool is_rem);
H A DsharkBlock.cpp950 void SharkBlock::do_div_or_rem(bool is_long, bool is_rem) { argument
957 if (is_long) {
984 if (is_long)
1004 if (is_long)
1011 if (is_long)
/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp279 bool is_long(ciType* type) const {
329 assert(is_long(type_at_tos()), "must be long");
385 is_long(type_at(local(prev_index))))) {
453 assert(is_long(type), "must be long type");
461 assert(is_long(type), "must be long");
H A DciEnv.cpp601 } else if (tag.is_long()) {
/openjdk9/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp138 } else if (t.is_long()){
/openjdk9/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp158 if (tag_old.is_long()) {
/openjdk9/hotspot/src/share/vm/oops/
H A DcpCache.hpp358 bool is_long() const { return flag_state() == ltos; } function in class:VALUE_OBJ_CLASS_SPEC
H A DconstantPool.hpp369 assert(tag_at(which).is_long(), "Corrupted constant pool");
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp127 bool is_long() { return tag() == longTag; } function in class:ValueType
/openjdk9/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp324 } else if (tag.is_long()) {

Completed in 304 milliseconds

12