Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:descriptor

811   const char* descriptor = dex_file_->StringByTypeIdx(def.class_idx_);
812 DCHECK(descriptor != nullptr) << "Invalid dex file structure!";
813 if (!current_class->DescriptorEquals(descriptor)) {
818 descriptor));
828 DCHECK(descriptor != nullptr) << "Invalid dex file structure!";