Searched refs:MethodList (Results 1 – 6 of 6) sorted by relevance
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineBytecodeGenerator.java | 14 import net.bytebuddy.description.method.MethodList; 204 MethodList<?> methods, in wrap() 224 …MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod()
|
/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/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/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/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1707 TypeIndex MethodList = in lowerRecordFieldList() local 1710 OverloadedMethodRecord(Methods.size(), MethodList, Name)); in lowerRecordFieldList()
|