Searched refs:get_int (Results 1 - 25 of 32) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp29 intptr_t val = at(slot)->get_int();
36 return at(slot+1)->get_int();
44 value.array[0] = at(slot+1)->get_int();
45 value.array[1] = at(slot )->get_int();
55 intptr_t res = at(slot)->get_int();
61 intptr_t res = at(slot+1)->get_int();
70 value.array[0] = at(slot+1)->get_int();
71 value.array[1] = at(slot )->get_int();
H A DstackValue.hpp77 intptr_t get_int() const { function in class:StackValue
83 intptr_t get_int(BasicType t) const { function in class:StackValue
H A Ddeoptimization.cpp862 jlong res = (jlong)low->get_int();
866 jlong res = jlong_from((jint)low->get_int(), (jint)value->get_int());
868 jlong res = jlong_from((jint)value->get_int(), (jint)low->get_int());
896 jlong res = (jlong)low->get_int();
900 jlong res = jlong_from((jint)low->get_int(), (jint)value->get_int());
902 jlong res = jlong_from((jint)value->get_int(), (jint)low->get_int());
[all...]
H A DvframeArray.cpp128 _locals->add( new StackValue(value->get_int()));
155 _expressions->add( new StackValue(value->get_int()));
342 *addr = value->get_int();
350 *addr = value->get_int(T_OBJECT);
380 *addr = value->get_int();
388 *addr = value->get_int(T_OBJECT);
H A Dglobals.cpp203 int Flag::get_int() const { function in class:Flag
208 Flag::Error error = check_writable(value!=get_int());
490 st->print("%-20d", get_int());
654 st->print("-XX:%s=%d", _name, get_int());
1062 *value = result->get_int();
1073 int old_value = flag->get_int();
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DMethodAccessor_Integer.java46 return ((Bean)bean).get_int();
H A DTransducedAccessor_method_Integer.java53 return DatatypeConverterImpl._printInt( ((Bean)o).get_int() );
66 w.leafElement(tagName, ((Bean)o).get_int(), fieldName );
H A DBean.java65 public int get_int() { throw new UnsupportedOperationException(); } method in class:Bean
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp57 int get_int() { int i=Bytes::get_Java_u4(_next_pc); _next_pc+=4; return i; } function in class:BytecodePrinter
498 st->print_cr(" %d", bci + get_int());
505 int default_dest = bci + get_int();
506 int lo = get_int();
507 int hi = get_int();
511 dest[i] = bci + get_int();
526 int default_dest = bci + get_int();
527 int len = get_int();
531 key [i] = get_int();
532 dest[i] = bci + get_int();
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp80 static inline jint get_int(intptr_t *from) { return *(jint *)from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/s390/vm/
H A DjniTypes_s390.hpp120 static inline jint get_int(intptr_t *from) { function in class:JNITypes
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp103 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjniTypes_aarch64.hpp99 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp125 static inline jint get_int (intptr_t *from) { return *(jint *) from; } function in class:JNITypes
/openjdk10/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp95 static inline jint get_int(intptr_t *from) { return *(jint *)from; } function in class:JNITypes
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp233 int get_int(void);
H A Dadlparse.cpp1460 pipeline->_maxInstrsPerBundle = get_int();
1478 pipeline->_maxBundlesPerCycle = get_int();
1496 pipeline->_instrUnitSize = get_int();
1514 pipeline->_bundleUnitSize = get_int();
1532 pipeline->_instrFetchUnitSize = get_int();
1550 pipeline->_instrFetchUnits = get_int();
1812 int fixed_latency = get_int();
1881 number_of_instructions = get_int();
2041 cyclecnt = get_int();
2669 int left_inst = get_int();
4764 int ADLParser::get_int(void) { function in class:ADLParser
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DloopTransform.cpp1457 int stride_con = stride->get_int();
1474 jlong init_con = init->get_int();
1479 jlong limit_con = limit->get_int();
1506 new_limit = _igvn.intcon(limit->get_int() - stride_con);
1831 if (low_limit->get_int() == -max_jint) {
1847 assert(low_limit->get_int() == 0, "wrong low limit for range check");
1882 if (low_limit->get_int() == -max_jint) {
1899 assert(low_limit->get_int() == 0, "wrong low limit for range check");
1932 *p_scale = exp->in(2)->get_int();
1938 *p_scale = exp->in(1)->get_int();
[all...]
H A Dcfgnode.cpp185 if( min->get_int() > max->get_int() ) {
204 return ( min && max && val && (min->get_int() <= 0) && (max->get_int() >=0) );
274 jint max_cutoff = max->get_int();
275 jint min_cutoff = min->get_int();
276 jint left_shift = lshift->in(2)->get_int();
277 jint right_shift = rshift->in(2)->get_int();
308 jint coni = limit->get_int();
H A DloopPredicate.cpp635 jint con_limit = limit->is_Con() ? limit->get_int() : 0;
636 jint con_init = init->is_Con() ? init->get_int() : 0;
637 jint con_offset = offset->is_Con() ? offset->get_int() : 0;
927 int stride = cl->stride()->get_int();
H A Dsuperword.cpp113 int val = in2->get_int();
3534 _scale = n->in(2)->get_int();
3538 _scale = n->in(1)->get_int();
3544 _scale = 1 << n->in(2)->get_int();
3569 int mult = 1 << n->in(2)->get_int();
3591 _offset += negate ? -(n->get_int()) : n->get_int();
3619 _offset += negate ? -(n->in(2)->get_int()) : n->in(2)->get_int();
3623 _offset += negate ? -(n->in(1)->get_int())
[all...]
H A Dstringopts.cpp1140 int arg_val = arg->get_int();
1351 bool dbyte = dcon ? (dst_coder->get_int() == java_lang_String::CODER_LATIN1) : false;
1451 bool dbyte = dcon ? (dst_coder->get_int() == java_lang_String::CODER_LATIN1) : false;
1504 bool dbyte = dcon ? (dst_coder->get_int() == java_lang_String::CODER_LATIN1) : false;
1603 bool dbyte = dcon ? (dst_coder->get_int() == java_lang_String::CODER_LATIN1) : false;
1910 assert(CompactStrings || (coder->is_Con() && coder->get_int() == java_lang_String::CODER_UTF16),
H A Dvectornode.hpp726 assert(in(2)->get_int() >= 0, "positive constants");
729 uint pos() const { return in(2)->get_int(); }
H A Dloopnode.cpp375 int stride_con = stride->get_int();
503 int limit_con = limit->get_int();
757 jlong init_con = cl->init_trip()->get_int();
758 jlong limit_con = cl->limit()->get_int();
1688 int stride_con2 = incr2->in(2)->get_int();
1833 tty->print(" [%d,", cl->init_trip()->get_int());
1838 tty->print("%d),", cl->limit()->get_int());
/openjdk10/hotspot/src/share/vm/prims/
H A Dstackwalk.cpp250 intptr_t ret = st->get_int(); // read full 64-bit slot

Completed in 175 milliseconds

12