Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java14 import net.bytebuddy.description.method.MethodList;
192 MethodList<?> methods, in wrap()
212MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescript… in visitMethod()
/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/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/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/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1707 TypeIndex MethodList = in lowerRecordFieldList() local
1710 OverloadedMethodRecord(Methods.size(), MethodList, Name)); in lowerRecordFieldList()