Home | History | Annotate | Download | only in verifier

Lines Matching refs:proto_idx

3102       const uint32_t proto_idx = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc();
3104 dex_file_->GetReturnTypeDescriptor(dex_file_->GetProtoId(proto_idx));
3133 const uint32_t proto_idx = static_cast<uint32_t>(it.GetJavaValue().i);
3134 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx);