Home | History | Annotate | Download | only in ijar

Lines Matching refs:descriptor_index

363   explicit Constant_MethodType(u2 descriptor_index) :
365 descriptor_index_(descriptor_index) {}
1412 u2 descriptor_index = get_u2be(p);
1414 new Constant_NameAndType(name_index, descriptor_index));
1455 u2 descriptor_index = get_u2be(p);
1456 const_pool_in.push_back(new Constant_MethodType(descriptor_index));