Home | History | Annotate | Download | only in mirror

Lines Matching refs:Descriptor

216   const char* descriptor = h_this->GetDescriptor(&temp);
218 if ((descriptor[0] != 'L') && (descriptor[0] != '[')) {
219 // The descriptor indicates that this is the class for
222 switch (descriptor[0]) {
233 LOG(FATAL) << "Unknown primitive type: " << PrintableChar(descriptor[0]);
239 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str());
382 // Compare the package part of the descriptor string.
786 // Fields are sorted by class, then name, then type descriptor. This is verified in dex file
960 return Primitive::Descriptor(GetPrimitiveType());
1421 << " descriptor=" << PrettyDescriptor();