HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceType (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java 36 import org.jf.dexlib2.ReferenceType;
60 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction20bc.java 35 import org.jf.dexlib2.ReferenceType;
55 int referenceType = getReferenceType();
56 return DexBackedReference.makeReference(dexFile, referenceType, dexFile.readUshort(instructionStart + 2));
60 int referenceType = (dexFile.readUbyte(instructionStart + 1) >>> 6) + 1;
61 ReferenceType.validateReferenceType(referenceType);
62 return referenceType;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java 36 import org.jf.dexlib2.ReferenceType;
56 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
71 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 36 import org.jf.dexlib2.ReferenceType;
191 public static <T extends Reference> T checkReference(int referenceType, T reference) {
192 switch (referenceType) {
193 case ReferenceType.STRING:
198 case ReferenceType.TYPE:
203 case ReferenceType.FIELD:
208 case ReferenceType.METHOD:
214 throw new IllegalArgumentException(String.format("Not a valid reference type: %d", referenceType));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
GetValues002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
InstancesDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
NestedTypesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
ClassLoaderTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.ClassLoader command.
42 static final String thisCommandName = "ReferenceType.ClassLoader command";
50 * This testcase exercises ReferenceType.ClassLoader command.
53 * performs ReferenceType.ClassLoader command and checks that command
GetValues005Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
67 logWriter.println("\n--> Debuggee: GetValues005Debuggee: Before ReferenceType::GetValues command:");
SignatureTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.Signature command.
42 static final String thisCommandName = "ReferenceType.Signature command";
50 * This testcase exercises ReferenceType.Signature command.
53 * performs ReferenceType.Signature command and checks that returned
SignatureWithGenericTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.SignatureWithGeneric command.
42 static final String thisCommandName = "ReferenceType.SignatureWithGeneric command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/SignatureWithGenericDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.SignatureWithGenericDebuggee";
51 * This testcase exercises ReferenceType.SignatureWithGeneric command.
54 * performs ReferenceType.SignatureWithGeneric command and checks that returned
SourceFileTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.SourceFile command.
42 static final String thisCommandName = "ReferenceType.SourceFile command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/SourceFileDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.SourceFileDebuggee";
50 * This testcase exercises ReferenceType.SourceFile command.
53 * performs ReferenceType.SourceFile command and checks that returned
ClassFileVersionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 static final String thisCommandName = "ReferenceType.ClassFileVersion command";
38 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee;";
40 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee.class";
44 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionDebuggee";
48 * This testcase exercises ReferenceType.ClassFileVersion command. <BR>
51 * performs ReferenceType.ClassFileVersion command and checks that returned
ConstantPoolTest.java 20 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
33 * JDWP Unit test for ReferenceType.ConstantPool command.
41 static final String thisCommandName = "ReferenceType.ConstantPool command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee;";
45 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee.class";
49 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ConstantPoolDebuggee";
53 * This testcase exercises ReferenceType.ConstantPool command.
56 * performs ReferenceType.ConstantPool command and checks that returned
InterfacesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.Interfaces command.
42 static final String thisCommandName = "ReferenceType.Interfaces command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/InterfacesDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.InterfacesDebuggee";
50 * This testcase exercises ReferenceType.Interfaces command.
53 * performs ReferenceType.Interfaces command and checks that returned
61 String checkedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/CheckedClass_Interfaces001;";
65 logWriter.println("=> Checked class = org.apache.harmony.jpda.tests.jdwp.ReferenceType.CheckedClass_Interfaces001");
82 "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/Interface_1_Interfaces001;"
    [all...]
SourceDebugExtensionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
37 * JDWP Unit test for ReferenceType.SourceDebugExtension command.
43 static final String thisCommandName = "ReferenceType.SourceDebugExtension command";
44 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/SourceDebugExtensionDebuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.SourceDebugExtensionDebuggee";
51 * This testcase exercises ReferenceType.SourceDebugExtension command.
54 * performs ReferenceType.SourceDebugExtension command and checks that
StatusTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
36 * JDWP Unit test for ReferenceType.Status command.
42 static final String thisCommandName = "ReferenceType.Status command";
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/StatusDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.StatusDebuggee";
50 * This testcase exercises ReferenceType.Status command.
53 * performs ReferenceType.Status command and checks that returned
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
AllTests.java 40 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class);
49 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionTest.class);
132 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassLoaderTest.class);
133 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectTest.class);
134 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.ConstantPoolTest.class);
135 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsTest.class);
136 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsWithGenericTest.class);
137 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Test.class);
138 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues003Test.class);
139 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues004Test.class)
    [all...]
  /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/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.h 125 uint64_t *ReferenceType,
138 uint64_t *ReferenceType,
  /external/llvm/include/llvm-c/
Disassembler.h 114 * for the ReferenceValue NULL is returned. The ReferenceType of the
117 * indirectly in ReferenceType along with ReferenceName if any, or that is set
122 uint64_t *ReferenceType,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 170 template<typename T, typename unique_id,typename ReferenceType=T&>
172 : nfp_detail::named_parameter_base<named_parameter<T, unique_id,ReferenceType> >
176 typedef ReferenceType ref_type;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 31 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>())
66 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
631 if (const ReferenceType *RefTy = CanonicalSubT->getAs<ReferenceType>())
649 if (const ReferenceType *RefTy = CanonicalSuperT->getAs<ReferenceType>())
825 else if (const ReferenceType *RT = T->getAs<ReferenceType>())
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 40 import org.jf.dexlib2.ReferenceType;
140 @Override public int getReferenceType() { return ReferenceType.STRING; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 34 import org.jf.dexlib2.ReferenceType;
418 switch (referenceInstruction.getOpcode().referenceType) {
419 case ReferenceType.FIELD:
421 case ReferenceType.METHOD:
423 case ReferenceType.STRING:
425 case ReferenceType.TYPE:
429 referenceInstruction.getOpcode().referenceType);

Completed in 871 milliseconds

12 3 4 5 6