Searched refs:member_type (Results 1 – 4 of 4) sorted by relevance
/art/tools/hiddenapi/ |
D | find_api_violations.pl | 120 my ($member_type, $symbol, $list, $access_type) = ($1, $2, $3, $4);
|
/art/dexdump/ |
D | dexdump.cc | 1764 std::string member_type; in dumpMethodHandle() local 1770 member_type = pDexFile->GetMethodSignature(method_id).ToString(); in dumpMethodHandle() 1775 member_type = pDexFile->GetFieldTypeDescriptor(field_id); in dumpMethodHandle() 1778 member_type = android::base::StringPrintf("(%s%s", declaring_class, member_type.c_str() + 1); in dumpMethodHandle() 1784 member_type = "?"; in dumpMethodHandle() 1791 fprintf(gOutFile, " target_type : %s\n", member_type.c_str()); in dumpMethodHandle()
|
/art/dexlayout/ |
D | dexlayout.cc | 1674 std::string member_type; in DumpMethodHandle() local 1681 member_type = GetSignatureForProtoId(proto_id); in DumpMethodHandle() 1686 member_type = field_id->Type()->GetStringId()->Data(); in DumpMethodHandle() 1689 member_type = android::base::StringPrintf("(%s%s", declaring_class, member_type.c_str() + 1); in DumpMethodHandle() 1695 member_type = "?"; in DumpMethodHandle() 1702 fprintf(out_file_, " target_type : %s\n", member_type.c_str()); in DumpMethodHandle()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 1913 auto fn_member = [&](const ClassAccessor::BaseItem& member, const char* member_type) { in CheckIntraHiddenapiClassData() argument 1920 ptr_, data_end, member_type, member.GetIndex()); in CheckIntraHiddenapiClassData() 1926 decoded_flags, member_type, member.GetIndex()); in CheckIntraHiddenapiClassData()
|