Home | History | Annotate | Download | only in ijar

Lines Matching full:string_index

234   Constant_String(u2 string_index) :
236 string_index_(string_index) {}
1406 u2 string_index = get_u2be(p);
1407 const_pool_in.push_back(new Constant_String(string_index));