/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 740 OverloadedMethodRecord(uint16_t NumOverloads, TypeIndex MethodList, in OverloadedMethodRecord() argument 743 NumOverloads(NumOverloads), MethodList(MethodList), Name(Name) {} in OverloadedMethodRecord() 746 TypeIndex getMethodList() const { return MethodList; } in getMethodList() 750 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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 484 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F() 532 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument 338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 421 error(IO.mapInteger(Record.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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 505 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/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 615 IO.mapRequired("MethodList", Record.MethodList); in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2222 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local 2224 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|