Lines Matching refs:StringPiece
399 bool Class::IsInSamePackage(const StringPiece& descriptor1, const StringPiece& descriptor2) { in IsInSamePackage()
405 if (descriptor1.find('/', i) != StringPiece::npos || in IsInSamePackage()
406 descriptor2.find('/', i) != StringPiece::npos) { in IsInSamePackage()
453 const StringPiece& name, in FindInterfaceMethodWithSignature()
496 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, in FindInterfaceMethod()
497 const StringPiece& signature, in FindInterfaceMethod()
502 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, in FindInterfaceMethod()
514 StringPiece name = dex_file.StringDataByIdx(method_id.name_idx_); in FindInterfaceMethod()
555 const StringPiece& name, in FindClassMethodWithSignature()
609 ArtMethod* Class::FindClassMethod(const StringPiece& name, in FindClassMethod()
610 const StringPiece& signature, in FindClassMethod()
615 ArtMethod* Class::FindClassMethod(const StringPiece& name, in FindClassMethod()
642 StringPiece name; // Delay strlen() until actually needed. in FindClassMethod()
714 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) { in FindConstructor()
717 StringPiece name("<init>"); in FindConstructor()
726 ArtMethod* Class::FindDeclaredDirectMethodByName(const StringPiece& name, in FindDeclaredDirectMethodByName()
737 ArtMethod* Class::FindDeclaredVirtualMethodByName(const StringPiece& name, in FindDeclaredVirtualMethodByName()
826 const StringPiece& name, in FindFieldByNameAndType()
827 const StringPiece& type) in FindFieldByNameAndType()
840 int result = StringPiece(field.GetName()).Compare(name); in FindFieldByNameAndType()
842 result = StringPiece(field.GetTypeDescriptor()).Compare(type); in FindFieldByNameAndType()
866 ArtField* Class::FindDeclaredInstanceField(const StringPiece& name, const StringPiece& type) { in FindDeclaredInstanceField()
882 ArtField* Class::FindInstanceField(const StringPiece& name, const StringPiece& type) { in FindInstanceField()
906 ArtField* Class::FindDeclaredStaticField(const StringPiece& name, const StringPiece& type) { in FindDeclaredStaticField()
924 const StringPiece& name, in FindStaticField()
925 const StringPiece& type) { in FindStaticField()
975 const StringPiece& name, in FindField()
976 const StringPiece& type) { in FindField()