Home
last modified time | relevance | path

Searched refs:MethodList (Results 1 – 25 of 25) 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/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp1169 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/
DTypeRecord.h774 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/
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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h768 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/
Dpdbdump-yaml-types.test118 YAML: MethodList: 4105
235 YAML: MethodList: 4117
341 YAML: MethodList: 4127
448 YAML: MethodList: 4138
601 YAML: MethodList: 4152
/external/caliper/lib/
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/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-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp483 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/
DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
DTypeRecordMapping.cpp629 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp336 MethodOverloadListRecord &MethodList) { in visitKnownRecord() argument
337 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
DTypeRecordMapping.cpp630 error(IO.mapInteger(Record.MethodList, "MethodListIndex")); in visitKnownMember()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp252 TypeIndex method_list_idx = overloaded.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/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp539 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/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp614 IO.mapRequired("MethodList", Record.MethodList); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp614 IO.mapRequired("MethodList", Record.MethodList); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2422 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2424 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2452 TypeIndex MethodList = TypeTable.writeLeafType(MOLR); in lowerRecordFieldList() local
2454 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/dexmaker/lib/
Ddalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...