Searched refs:CstMethodRef (Results 1 - 25 of 39) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstMethodRef.java22 public final class CstMethodRef class in inherits:CstBaseMethodRef
30 public CstMethodRef(CstType definingClass, CstNat nat) { method in class:CstMethodRef
H A DCstInterfaceMethodRef.java25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this
28 private CstMethodRef methodRef;
48 * Gets a normal (non-interface) {@link CstMethodRef} that corresponds to
53 public CstMethodRef toMethodRef() {
55 methodRef = new CstMethodRef(getDefiningClass(), getNat());
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstMethodRef.java22 public final class CstMethodRef class in inherits:CstBaseMethodRef
30 public CstMethodRef(CstType definingClass, CstNat nat) { method in class:CstMethodRef
H A DCstInterfaceMethodRef.java25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this
28 private CstMethodRef methodRef;
48 * Gets a normal (non-interface) {@link CstMethodRef} that corresponds to
53 public CstMethodRef toMethodRef() {
55 methodRef = new CstMethodRef(getDefiningClass(), getNat());
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodAnnotationStruct.java20 import com.android.dexgen.rop.cst.CstMethodRef;
31 private final CstMethodRef method;
42 public MethodAnnotationStruct(CstMethodRef method,
110 public CstMethodRef getMethod() {
H A DParameterAnnotationStruct.java21 import com.android.dexgen.rop.cst.CstMethodRef;
34 private final CstMethodRef method;
48 public ParameterAnnotationStruct(CstMethodRef method,
149 public CstMethodRef getMethod() {
H A DEncodedMethod.java21 import com.android.dexgen.rop.cst.CstMethodRef;
36 private final CstMethodRef method;
54 public EncodedMethod(CstMethodRef method, int accessFlags,
153 public final CstMethodRef getRef() {
H A DAnnotationsDirectoryItem.java22 import com.android.dexgen.rop.cst.CstMethodRef;
172 public void addMethodAnnotations(CstMethodRef method,
188 public void addParameterAnnotations(CstMethodRef method,
204 public Annotations getMethodAnnotations(CstMethodRef method) {
225 public AnnotationsList getParameterAnnotations(CstMethodRef method) {
H A DDebugInfoItem.java23 import com.android.dexgen.rop.cst.CstMethodRef;
43 private final CstMethodRef ref;
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) {
H A DCodeItem.java28 import com.android.dexgen.rop.cst.CstMethodRef;
52 private final CstMethodRef ref;
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
154 public CstMethodRef getRef() {
H A DClassDefItem.java25 import com.android.dexgen.rop.cst.CstMethodRef;
349 public void addMethodAnnotations(CstMethodRef method,
360 public void addParameterAnnotations(CstMethodRef method,
372 public Annotations getMethodAnnotations(CstMethodRef method) {
383 public AnnotationsList getParameterAnnotations(CstMethodRef method) {
H A DDebugInfoDecoder.java23 import com.android.dexgen.rop.cst.CstMethodRef;
95 boolean isStatic, CstMethodRef ref, DexFile file) {
425 CstMethodRef ref, DalvCode code, boolean isStatic) {
446 int countRegisters, boolean isStatic, CstMethodRef ref,
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodAnnotationStruct.java20 import com.android.dx.rop.cst.CstMethodRef;
31 private final CstMethodRef method;
42 public MethodAnnotationStruct(CstMethodRef method,
110 public CstMethodRef getMethod() {
H A DParameterAnnotationStruct.java21 import com.android.dx.rop.cst.CstMethodRef;
34 private final CstMethodRef method;
48 public ParameterAnnotationStruct(CstMethodRef method,
149 public CstMethodRef getMethod() {
H A DEncodedMethod.java21 import com.android.dx.rop.cst.CstMethodRef;
36 private final CstMethodRef method;
54 public EncodedMethod(CstMethodRef method, int accessFlags,
153 public final CstMethodRef getRef() {
H A DAnnotationsDirectoryItem.java22 import com.android.dx.rop.cst.CstMethodRef;
172 public void addMethodAnnotations(CstMethodRef method,
188 public void addParameterAnnotations(CstMethodRef method,
204 public Annotations getMethodAnnotations(CstMethodRef method) {
225 public AnnotationsList getParameterAnnotations(CstMethodRef method) {
H A DDebugInfoItem.java23 import com.android.dx.rop.cst.CstMethodRef;
41 private final CstMethodRef ref;
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) {
H A DCodeItem.java28 import com.android.dx.rop.cst.CstMethodRef;
52 private final CstMethodRef ref;
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
154 public CstMethodRef getRef() {
H A DClassDefItem.java26 import com.android.dx.rop.cst.CstMethodRef;
347 public void addMethodAnnotations(CstMethodRef method,
358 public void addParameterAnnotations(CstMethodRef method,
370 public Annotations getMethodAnnotations(CstMethodRef method) {
381 public AnnotationsList getParameterAnnotations(CstMethodRef method) {
H A DValueEncoder.java35 import com.android.dx.rop.cst.CstMethodRef;
171 int index = file.getMethodIds().indexOf((CstMethodRef) cst);
239 } else if (cst instanceof CstMethodRef) {
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm3rc.java24 import com.android.dx.rop.cst.CstMethodRef;
82 if (!((cst instanceof CstMethodRef) ||
H A DForm35c.java25 import com.android.dx.rop.cst.CstMethodRef;
89 if (!((cst instanceof CstMethodRef) ||
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm35c.java25 import com.android.dexgen.rop.cst.CstMethodRef;
87 if (!((cst instanceof CstMethodRef) ||
H A DForm3rc.java25 import com.android.dexgen.rop.cst.CstMethodRef;
116 if (!((cst instanceof CstMethodRef) ||
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java36 import com.android.dx.rop.cst.CstMethodRef;
59 private static final CstMethodRef MULTIANEWARRAY_METHOD =
60 new CstMethodRef(ARRAY_REFLECT_TYPE,
489 Rops.opMoveResult(((CstMethodRef) cst).getPrototype()
920 CstMethodRef ref = (CstMethodRef) cst;

Completed in 363 milliseconds

12