Home | History | Annotate | Download | only in native

Lines Matching refs:descriptor

438   const std::string descriptor(DotToDescriptor(class_name.c_str()));
439 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
442 descriptor.c_str(), hash);
457 descriptor.c_str(),
499 const char* descriptor = dex_file->GetClassDescriptor(class_def);
500 descriptors.insert(descriptor);
513 std::string descriptor(DescriptorToDot(*it));
514 ScopedLocalRef<jstring> jdescriptor(env, env->NewStringUTF(descriptor.c_str()));