Searched refs:find_int_con (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp404 jint length_con = find_int_con(length, -1);
445 jint dim_con = find_int_con(length[j], -1);
H A Difnode.cpp507 if ((off = l->in(1)->find_int_con(0)) != 0) {
509 } else if ((off = l->in(2)->find_int_con(0)) != 0) {
512 } else if ((off = l->find_int_con(-1)) >= 0) {
H A DphaseX.hpp230 jint find_int_con( Node* n, jint value_if_unknown) { function in class:NodeHash::PhaseTransform
H A DgraphKit.hpp118 jint find_int_con(Node* n, jint value_if_unknown) { function in class:GraphKit
119 return _gvn.find_int_con(n, value_if_unknown);
H A Dmacro.cpp582 int length = alloc->in(AllocateNode::ALength)->find_int_con(-1);
707 nfields = alloc->in(AllocateNode::ALength)->find_int_con(-1);
1109 int tv = _igvn.find_int_con(initial_slow_test, -1);
H A Dmulnode.cpp179 if ((con = in(1)->find_int_con(0)) != 0) {
182 } else if ((con = in(2)->find_int_con(0)) == 0) {
H A Dlibrary_call.cpp4605 && _gvn.find_int_con(alloc->in(AllocateNode::ALength), 1) > 0
4681 || _gvn.find_int_con(dest_length, 1) <= 0) {
4714 if (find_int_con(dest_offset, -1) != 0) {
5093 intptr_t slice_idx_con = (intptr_t) find_int_con(slice_idx, BIG_NEG);
5094 intptr_t slice_len_con = (intptr_t) find_int_con(slice_len, BIG_NEG);
5188 intptr_t src_off_con = (intptr_t) find_int_con(src_offset, -1);
5189 intptr_t dest_off_con = (intptr_t) find_int_con(dest_offset, -1);
H A Dnode.hpp930 jint find_int_con(jint value_if_unknown) const { function in class:Node
H A Dtype.hpp1358 #define find_intptr_t_con find_int_con
H A DgraphKit.cpp1117 jint offset_con = find_int_con(offset, Type::OffsetBot);
1597 jint idx_con = find_int_con(idx, -1);
2349 bool might_be_cache = (find_int_con(chk_off, cacheoff_con) == cacheoff_con);
H A Dsubnode.cpp211 (con = in2->in(2)->find_int_con(0)) != 0 )
H A Descape.cpp750 int length = call->in(AllocateNode::ALength)->find_int_con(-1);

Completed in 120 milliseconds