/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineBytecodeGenerator.java | 14 import net.bytebuddy.description.method.MethodList; 238 MethodList<?> methods, in wrap() 258 …MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1169 auto MethodList = Builder.beginStruct(); in GenerateProtocolMethodList() local 1171 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1174 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList() 1177 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList() 1184 MethodArray.finishAndAddTo(MethodList); in GenerateProtocolMethodList() 1185 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list", in GenerateProtocolMethodList() 2788 auto MethodList = Builder.beginStruct(); in GenerateMethodList() local 2789 MethodList.addNullPointer(CGM.Int8PtrTy); in GenerateMethodList() 2790 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList() 2803 MethodList.addInt(SizeTy, td.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 774 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument 777 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord() 780 TypeIndex getMethodList() const { return MethodList; } in getMethodList() 784 TypeIndex MethodList; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 963 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument 966 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord() 976 TypeIndex getMethodList() const { return MethodList; } in getMethodList() 987 TypeIndex MethodList; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 768 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument 771 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord() 774 TypeIndex getMethodList() const { return MethodList; } in getMethodList() 778 TypeIndex MethodList; variable
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 118 YAML: MethodList: 4105 235 YAML: MethodList: 4117 341 YAML: MethodList: 4127 448 YAML: MethodList: 4138 601 YAML: MethodList: 4152
|
/external/caliper/lib/ |
D | jersey-core-1.11.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/jersey-module- ... |
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1772 llvm::Constant *MethodList = in GenerateEmptyProtocol() local 1779 MethodList->getType(), in GenerateEmptyProtocol() 1780 MethodList->getType(), in GenerateEmptyProtocol() 1781 MethodList->getType(), in GenerateEmptyProtocol() 1782 MethodList->getType(), in GenerateEmptyProtocol() 1790 MethodList, MethodList, MethodList, MethodList}; in GenerateEmptyProtocol() 2306 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() local 2365 MethodList, GenerateProtocolList(Protocols), IvarOffsetArray, in GenerateClass()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 483 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F() 531 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 629 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 630 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | UdtRecordCompleter.cpp | 252 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 373 MethodOverloadListRecord &MethodList) { in visitMethodOverloadList() argument 374 for (auto &M : MethodList.getMethods()) { in visitMethodOverloadList()
|
D | TypeRecord.cpp | 540 return remapIndex(IndexMap, MethodList); in remapTypeIndices()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 539 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1707 TypeIndex MethodList = in lowerRecordFieldList() local 1710 OverloadedMethodRecord(Methods.size(), MethodList, Name)); in lowerRecordFieldList()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 614 IO.mapRequired("MethodList", Record.MethodList); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 614 IO.mapRequired("MethodList", Record.MethodList); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2422 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2424 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2452 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2454 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |