HomeSort by relevance Sort by last modified time
    Searched full:referencetype (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 37 NOP((short)0x00, "nop", ReferenceType.none, Format.Format10x, Opcode.CAN_CONTINUE),
38 MOVE((short)0x01, "move", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_16((short)0x03, "move/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
41 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
42 MOVE_WIDE_FROM16((short)0x05, "move-wide/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
43 MOVE_WIDE_16((short)0x06, "move-wide/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
44 MOVE_OBJECT((short)0x07, "move-object", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
45 MOVE_OBJECT_FROM16((short)0x08, "move-object/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
46 MOVE_OBJECT_16((short)0x09, "move-object/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER)
    [all...]
InstructionWithReference.java 36 private ReferenceType referenceType;
41 this.referenceType = opcode.referenceType;
45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) {
48 this.referenceType = referenceType;
55 this.referenceType = readReferenceType(opcode, buffer, bufferIndex);
64 public ReferenceType getReferenceType()
    [all...]
ReferenceType.java 33 public enum ReferenceType
43 private ReferenceType(int validationErrorReferenceType) {
61 public static ReferenceType fromValidationErrorReferenceType(int validationErrorReferenceType) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 176 byte referenceType;
186 public Entry(byte referenceType, int referencedSize, long subsegmentDuration, byte startsWithSap, byte sapType, int sapDeltaTime) {
187 this.referenceType = referenceType;
196 return referenceType;
199 public void setReferenceType(byte referenceType) {
200 this.referenceType = referenceType;
246 "referenceType=" + referenceType
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction20bc.java 47 private static ReferenceType getReferenceType(Item item) {
49 return ReferenceType.type;
52 return ReferenceType.field;
55 return ReferenceType.method;
67 protected ReferenceType readReferenceType(Opcode opcode, byte[] buffer, int bufferIndex) {
69 short referenceType = (short)(val >> 6);
70 return ReferenceType.fromValidationErrorReferenceType(referenceType);
InstructionWithJumboReference.java 36 import org.jf.dexlib.Code.ReferenceType;
46 protected InstructionWithJumboReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) {
47 super(opcode, referencedItem, referenceType);
Instruction21c.java 78 opcode.referenceType.name(), opcode.getJumboOpcode().name));
80 throw new RuntimeException(String.format("%s index is too large", opcode.referenceType.name()));
Instruction22c.java 69 opcode.referenceType.name(), opcode.getJumboOpcode().name));
71 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
Instruction35c.java 100 opcode.referenceType.name(), opcode.getJumboOpcode().name));
102 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
Instruction3rc.java 86 opcode.referenceType.name(), opcode.getJumboOpcode().name));
88 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
  /development/tools/jdwpspy/
Net.cpp 98 /* ReferenceType command set (2) */
99 { 2, 1, "ReferenceType.Signature" },
100 { 2, 2, "ReferenceType.ClassLoader" },
101 { 2, 3, "ReferenceType.Modifiers" },
102 { 2, 4, "ReferenceType.Fields" },
103 { 2, 5, "ReferenceType.Methods" },
104 { 2, 6, "ReferenceType.GetValues" },
105 { 2, 7, "ReferenceType.SourceFile" },
106 { 2, 8, "ReferenceType.NestedTypes" },
107 { 2, 9, "ReferenceType.Status" }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /external/javassist/src/main/javassist/util/
HotSwapper.java 156 ReferenceType classtype = toRefType(className);
185 private ReferenceType toRefType(String className) {
190 return (ReferenceType)list.get(0);
  /external/llvm/include/llvm-c/
Disassembler.h 104 * for the ReferenceValue NULL is returned. The ReferenceType of the
107 * indirectly in ReferenceType along with ReferenceName if any, or that is set
112 uint64_t *ReferenceType,
  /external/clang/include/clang/AST/
TypeNodes.def 67 TYPE(LValueReference, ReferenceType)
68 TYPE(RValueReference, ReferenceType)
CanonicalType.h 47 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
494 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
679 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 206 uint64_t ReferenceType;
208 ReferenceType = LLVMDisassembler_ReferenceType_In_Branch;
210 ReferenceType = LLVMDisassembler_ReferenceType_InOut_None;
212 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
222 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_SymbolStub)
296 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load;
298 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName);
299 if(ReferenceType == LLVMDisassembler_ReferenceType_Out_LitPool_CstrAddr)
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 31 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>())
66 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
642 if (const ReferenceType *RefTy = CanonicalSubT->getAs<ReferenceType>())
662 if (const ReferenceType *RefTy = CanonicalSuperT->getAs<ReferenceType>())
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 255 typedef ValueType& ReferenceType;
268 ReferenceType operator*() const { return *get(); }
298 typedef const ValueType& ReferenceType;
319 ReferenceType operator*() const { return *get(); }
HashTable.h 101 typedef const ValueType& ReferenceType;
163 ReferenceType operator*() const { return *get(); }
229 typedef ValueType& ReferenceType;
243 ReferenceType operator*() const { return *get(); }
    [all...]
  /external/clang/lib/AST/
Type.cpp 435 if (const ReferenceType *RT = getAs<ReferenceType>())
539 else if (const ReferenceType *RT = getAs<ReferenceType>())
583 AutoType *VisitReferenceType(const ReferenceType *T) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 210 if (VD->getType()->getAs<ReferenceType>())
319 if (V->getType()->getAs<ReferenceType>())
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 366 if (const ReferenceType *RT = T->getAs<ReferenceType>())

Completed in 1197 milliseconds

1 2 3 4