Searched refs:find_int_con (Results 1 - 12 of 12) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | parse3.cpp | 404 jint length_con = find_int_con(length, -1); 445 jint dim_con = find_int_con(length[j], -1);
|
H A D | ifnode.cpp | 507 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 D | phaseX.hpp | 230 jint find_int_con( Node* n, jint value_if_unknown) { function in class:NodeHash::PhaseTransform
|
H A D | graphKit.hpp | 118 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 D | macro.cpp | 582 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 D | mulnode.cpp | 179 if ((con = in(1)->find_int_con(0)) != 0) { 182 } else if ((con = in(2)->find_int_con(0)) == 0) {
|
H A D | library_call.cpp | 4605 && _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 D | node.hpp | 930 jint find_int_con(jint value_if_unknown) const { function in class:Node
|
H A D | type.hpp | 1358 #define find_intptr_t_con find_int_con
|
H A D | graphKit.cpp | 1117 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 D | subnode.cpp | 211 (con = in2->in(2)->find_int_con(0)) != 0 )
|
H A D | escape.cpp | 750 int length = call->in(AllocateNode::ALength)->find_int_con(-1);
|
Completed in 535 milliseconds