Searched refs:idx_con (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1012 int idx_con = 3-idx_f2d; // Check for the constant on other input local
1016 in(idx_con)->Opcode() == Op_ConD ) {
1017 const TypeD *t2 = in(idx_con)->bottom_type()->is_double_constant();
H A DgraphKit.cpp1597 jint idx_con = find_int_con(idx, -1); local
1598 if (idx_con >= 0) {
1599 intptr_t offset = header + ((intptr_t)idx_con << shift);

Completed in 49 milliseconds