Lines Matching refs:c_new
59 Bytecodes::Code c_old, c_new;
62 if ((c_new = s_new.next()) < 0 || c_old != c_new)
65 if (! args_same(c_old, c_new))
91 Bytecodes::Code c_old, c_new;
94 if ((c_new = s_new.next()) < 0)
96 if (! (c_old == c_new && args_same(c_old, c_new))) {
101 c_new = s_new.next();
102 if (c_new == c_old && args_same(c_old, c_new)) {
106 } while (c_new >= 0);
129 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) {
271 int new_ofs = _s_new->bytecode().get_offset_s2(c_new);
308 int new_ofs = _s_new->bytecode().get_offset_s4(c_new);