Exemplo n.º 1
0
 int get_dest_table( int index ) const {
   return cur_bci() + get_int_table(index); }
Exemplo n.º 2
0
 // 4-byte branch offset from current pc
 int get_far_dest() const {
   return cur_bci() + bytecode()->get_offset_s4(cur_bc_raw());
 }