Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 15 of 15) 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.java56 public class MethodInfo { class
82 private MethodInfo(ConstPool cp) { in MethodInfo() method in MethodInfo
99 public MethodInfo(ConstPool cp, String methodname, String desc) { in MethodInfo() method in MethodInfo
107 MethodInfo(ConstPool cp, DataInputStream in) throws IOException { in MethodInfo() method in MethodInfo
131 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/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java340 static class MethodInfo { class in SdkStore
345 public MethodInfo(MethodNode method) { in MethodInfo() method in SdkStore.MethodInfo
353 public MethodInfo(String name, int size) { in MethodInfo() method in SdkStore.MethodInfo
361 public MethodInfo(ExecutableElement methodElement) { in MethodInfo() method in SdkStore.MethodInfo
/external/clang/lib/AST/
DVTableBuilder.cpp829 struct MethodInfo { struct in __anonc053943f0111::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() argument
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 __anonc053943f0511::VFTableBuilder
[all …]
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp835 struct MethodInfo { struct in __anon23406b2d0111::ItaniumVTableBuilder
837 const CharUnits BaseOffset;
841 const CharUnits BaseOffsetInLayoutClass;
845 const uint64_t VTableIndex;
847 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function
853 MethodInfo() in MethodInfo() function
1114 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local
1513 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1584 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
2450 struct MethodInfo { struct in __anon23406b2d0611::VFTableBuilder
[all …]
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java157 class MethodInfo { class
169 public MethodInfo( in MethodInfo() method in TypeBoundClass.MethodInfo
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto27 message MethodInfo { message
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServiceConfigInterceptor.java130 static final class MethodInfo { class in ServiceConfigInterceptor
143 MethodInfo( in MethodInfo() method in ServiceConfigInterceptor.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/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;
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java229 public static class MethodInfo { class in ClassFile
242 public MethodInfo( in MethodInfo() method in ClassFile.MethodInfo