HomeSort by relevance Sort by last modified time
    Searched refs:TypeList (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 24 import com.android.dx.rop.type.TypeList;
86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 30 import com.android.dx.rop.type.TypeList;
151 public static Annotation makeMemberClasses(TypeList types) {
227 public static Annotation makeThrows(TypeList types) {
236 * Converts a {@link TypeList} to a {@link CstArray}.
241 private static CstArray makeCstArray(TypeList types) {
ClassDefsSection.java 22 import com.android.dx.rop.type.TypeList;
177 TypeList interfaces = c.getInterfaces();
EncodedMethod.java 23 import com.android.dx.rop.type.TypeList;
55 DalvCode code, TypeList throwsList) {
ClassDefItem.java 30 import com.android.dx.rop.type.TypeList;
89 CstType superclass, TypeList interfaces, CstString sourceFile) {
196 TypeList list = interfaces.getList();
254 public TypeList getInterfaces() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
StdCatchBuilder.java 24 import com.android.dx.rop.type.TypeList;
86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 30 import com.android.dx.rop.type.TypeList;
151 public static Annotation makeMemberClasses(TypeList types) {
227 public static Annotation makeThrows(TypeList types) {
236 * Converts a {@link TypeList} to a {@link CstArray}.
241 private static CstArray makeCstArray(TypeList types) {
ClassDefsSection.java 22 import com.android.dx.rop.type.TypeList;
177 TypeList interfaces = c.getInterfaces();
EncodedMethod.java 23 import com.android.dx.rop.type.TypeList;
55 DalvCode code, TypeList throwsList) {
ClassDefItem.java 30 import com.android.dx.rop.type.TypeList;
89 CstType superclass, TypeList interfaces, CstString sourceFile) {
196 TypeList list = interfaces.getList();
254 public TypeList getInterfaces() {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 22 import com.android.dexgen.rop.type.TypeList;
177 TypeList interfaces = c.getInterfaces();
EncodedMethod.java 23 import com.android.dexgen.rop.type.TypeList;
55 DalvCode code, TypeList throwsList) {
ClassDefItem.java 29 import com.android.dexgen.rop.type.TypeList;
91 CstType superclass, TypeList interfaces, CstUtf8 sourceFile) {
198 TypeList list = interfaces.getList();
256 public TypeList getInterfaces() {
CodeItem.java 32 import com.android.dexgen.rop.type.TypeList;
67 private final TypeList throwsList;
86 TypeList throwsList) {
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 21 import com.android.dexgen.rop.type.TypeList;
204 public TypeList toRopCatchList() {
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 21 import com.android.dx.rop.type.TypeList;
204 public TypeList toRopCatchList() {
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 21 import com.android.dx.rop.type.TypeList;
205 public abstract TypeList getCatches();
Rops.java 27 import com.android.dx.rop.type.TypeList;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 21 import com.android.dx.rop.type.TypeList;
205 public abstract TypeList getCatches();
Rops.java 27 import com.android.dx.rop.type.TypeList;
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-typed-test.h 163 typedef ::testing::internal::TypeList<Types>::type \
248 ::testing::internal::TypeList<Types>::type>::Register(\
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 27 import com.android.dexgen.rop.type.TypeList;
    [all...]
BasicBlockList.java 20 import com.android.dexgen.rop.type.TypeList;
262 TypeList catches1 = block1.getExceptionHandlerTypes();
263 TypeList catches2 = block2.getExceptionHandlerTypes();
RegisterSpecList.java 20 import com.android.dexgen.rop.type.TypeList;
27 extends FixedSizeList implements TypeList {
122 public TypeList withAddedType(Type type) {
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 119 public TypeList adjustTypeList(TypeList typeList) {
120 if (typeList == TypeList.EMPTY) {
121 return typeList;
123 short[] types = typeList.getTypes().clone();
127 return new TypeList(target, types);

Completed in 649 milliseconds

1 23 4 5