Searched refs:klass_descriptor (Results 1 - 2 of 2) sorted by relevance

/art/profman/
H A Dprofman.cc560 // Find class klass_descriptor in the given dex_files and store its reference
564 const std::string& klass_descriptor,
569 if (klass_descriptor == kInvalidClassDescriptor) {
583 const DexFile::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str());
563 FindClass(const std::vector<std::unique_ptr<const DexFile>>& dex_files, const std::string& klass_descriptor, ProfileMethodInfo::ProfileClassReference* class_ref) argument
/art/runtime/
H A Dclass_linker.cc3330 const char* klass_descriptor = klass->GetDescriptor(&temp); local
3336 if (strcmp(klass_descriptor, "Ljava/lang/Object;") != 0 &&
3337 strcmp(klass_descriptor, "Ljava/lang/Enum;") != 0) {

Completed in 60 milliseconds