Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 12 of 12) 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/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/desugar/java/com/google/devtools/build/android/desugar/
DMethodInfo.java20 public abstract class MethodInfo { class
/external/clang/lib/AST/
DVTableBuilder.cpp829 struct MethodInfo { struct in __anon72b811150111::ItaniumVTableBuilder
831 const CharUnits BaseOffset;
835 const CharUnits BaseOffsetInLayoutClass;
839 const uint64_t VTableIndex;
841 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function
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 __anon72b811150511::VFTableBuilder
[all …]
/external/perfetto/src/ipc/
Dwire_protocol.proto28 message MethodInfo { message
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java144 class MethodInfo { class
156 public MethodInfo( in MethodInfo() method in TypeBoundClass.MethodInfo
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java87 static class MethodInfo { class in JDWPStackFrameAccessTest
91 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.java34 public class MethodInfo extends MemberInfo implements AbstractMethodInfo, Resolvable { class
280 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, in MethodInfo() method in MethodInfo
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java221 public static class MethodInfo { class in ClassFile
234 public MethodInfo( in MethodInfo() method in ClassFile.MethodInfo
/external/deqp/modules/glshared/
DglsDrawTest.cpp256 struct MethodInfo struct
258 bool indexed;
259 bool instanced;
260 bool ranged;
261 bool first;
262 bool baseVertex;
263 bool indirect;