Searched refs:is_int (Results 26 - 50 of 52) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/opto/
H A Dcallnode.cpp364 st->print(" %s%d]=#" INT32_FORMAT,msg,i,t->is_int()->get_con());
1007 return call->in(TypeFunc::Parms)->bottom_type()->is_int()->get_con();
1376 if (type->isa_int() && type->is_int()->_hi < 0) {
H A Difnode.cpp991 failtype = failtype->join(type2)->is_int();
1090 const TypeInt* array_size = igvn->type(r)->is_int();
H A Dmatcher.cpp2569 if (trtype->isa_int() && trtype->is_int()->is_con()) {
2570 jint tr_con = trtype->is_int()->get_con();
H A Dparse2.cpp109 const TypeInt* idxtype = _gvn.type(idx)->is_int();
717 const TypeInt *ti = t->is_int();
H A Dstringopts.cpp1435 const TypeInt* tdst = __ gvn().type(start)->is_int();
1855 const TypeInt* t = kit.gvn().type(arg)->is_int();
H A DloopPredicate.cpp915 assert(rng->Opcode() == Op_LoadRange || iff->is_RangeCheck() || _igvn.type(rng)->is_int()->_lo >= 0, "must be");
H A DphaseX.cpp695 case Type::Int: return intcon( t->is_int()->get_con() );
H A Dlibrary_call.cpp1223 Node* result = new CastIINode(index, TypeInt::make(0, _gvn.type(length)->is_int()->_hi, Type::WidenMax));
1549 const TypeInt* toffset = gvn().type(offset)->is_int();
1631 const TypeInt* tsrc = gvn().type(src_begin)->is_int();
1632 const TypeInt* tdst = gvn().type(dst_begin)->is_int();
H A Doutput.cpp646 array->append(new ConstantIntValue(t->is_int()->get_con()));
H A Dloopopts.cpp1950 const TypeInt* add2t = _igvn.type(add2)->is_int();
H A Dcompile.cpp3732 if (cmp->Opcode() == Op_CmpI && cmp->in(2)->is_Con() && cmp->in(2)->bottom_type()->is_int()->get_con() == 0
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.cpp600 if (tag.is_int()) {
H A DciTypeFlow.cpp1496 } else if (is_int(type)) {
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.hpp421 assert(tag_at(which).is_int(), "Corrupted constant pool");
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp712 if (!result->is_intx() && !result->is_int()) {
721 if (result->is_int()) {
H A Dglobals.hpp227 bool is_int() const;
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp106 if (!if_type->is_int() && !if_type->is_object()) return;
H A Dc1_LIRGenerator.cpp2311 jlong off_con = (off.type()->is_int() ?
2380 if (off.type()->is_int()) {
H A Dc1_GraphBuilder.cpp4229 assert(result_type->is_int(), "int result");
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp601 if (count.is_constant() && count.type()->as_IntConstant() != NULL && value.type()->is_int()) {
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp530 } else if (flag->is_int()) {
/openjdk10/hotspot/src/share/vm/services/
H A Dmanagement.cpp1460 } else if (flag->is_int()) {
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2082 } else if (tag.is_int()) {
H A DclassFileParser.cpp967 guarantee_property(value_type.is_int(),
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp2146 if (!tag.is_int()) {

Completed in 285 milliseconds

123