Home
last modified time | relevance | path

Searched refs:MethodList (Results 1 – 14 of 14) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java14 import net.bytebuddy.description.method.MethodList;
238 MethodList<?> methods, in wrap()
258MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h740 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/
DTypeRecord.h963 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/
Dpdbdump-yaml-types.test118 YAML: MethodList: 4105
235 YAML: MethodList: 4117
341 YAML: MethodList: 4127
448 YAML: MethodList: 4138
601 YAML: MethodList: 4152
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1772 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/
DTypeIndexDiscoveryTest.cpp484 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/
DTypeDumpVisitor.cpp337 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
DTypeRecordMapping.cpp421 error(IO.mapInteger(Record.MethodList)); in visitKnownMember()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp373 MethodOverloadListRecord &MethodList) { in visitMethodOverloadList() argument
374 for (auto &M : MethodList.getMethods()) { in visitMethodOverloadList()
DTypeRecord.cpp540 return remapIndex(IndexMap, MethodList); in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp505 Method.Name, Method.NumOverloads, Method.MethodList); in visitKnownMember()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1707 TypeIndex MethodList = in lowerRecordFieldList() local
1710 OverloadedMethodRecord(Methods.size(), MethodList, Name)); in lowerRecordFieldList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp615 IO.mapRequired("MethodList", Record.MethodList); in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2222 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2224 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()