Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {} in MethodInfo() function
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo() function
DMethodListRecordBuilder.h18 class MethodInfo; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodTestCase.java42 static class MethodInfo { class in JDWPMethodTestCase
48 public MethodInfo(long methodID, String name, String signature, in MethodInfo() method in JDWPMethodTestCase.MethodInfo
/external/javassist/src/main/javassist/bytecode/
DMethodInfo.java33 public class MethodInfo { class
59 private MethodInfo(ConstPool cp) { in MethodInfo() method in MethodInfo
76 public MethodInfo(ConstPool cp, String methodname, String desc) { in MethodInfo() method in MethodInfo
84 MethodInfo(ConstPool cp, DataInputStream in) throws IOException { in MethodInfo() method in MethodInfo
108 public MethodInfo(ConstPool cp, String methodname, MethodInfo src, in MethodInfo() method in MethodInfo
/external/clang/lib/AST/
DVTableBuilder.cpp829 struct MethodInfo { struct in __anon5bbb99d70111::ItaniumVTableBuilder
831 const CharUnits BaseOffset;
835 const CharUnits BaseOffsetInLayoutClass;
839 const uint64_t VTableIndex;
841 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() argument
847 MethodInfo() in MethodInfo() function
1117 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local
1519 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1584 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
2423 struct MethodInfo { struct in __anon5bbb99d70511::VFTableBuilder
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java86 static class MethodInfo { class in JDWPStackFrameAccessTest
90 MethodInfo(String methodName) { in MethodInfo() method in JDWPStackFrameAccessTest.MethodInfo
/external/proguard/src/proguard/retrace/
DReTrace.java657 private static class MethodInfo class in ReTrace
666 …private MethodInfo(int firstLineNumber, int lastLineNumber, String type, String arguments, String … in MethodInfo() method in ReTrace.MethodInfo
/external/doclava/src/com/google/doclava/
DMethodInfo.java32 public class MethodInfo extends MemberInfo implements AbstractMethodInfo, Resolvable { class
281 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, in MethodInfo() method in MethodInfo
/external/deqp/modules/glshared/
DglsDrawTest.cpp255 struct MethodInfo struct
257 bool indexed;
258 bool instanced;
259 bool ranged;
260 bool first;
261 bool baseVertex;
262 bool indirect;