Home | History | Annotate | Download | only in runtime

Lines Matching refs:proto_id_

993     CHECK(proto_id_ == nullptr);
996 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
1007 result += dex_file_->StringByTypeIdx(proto_id_->return_type_idx_);
1020 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
1034 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_);