Searched defs:OBJECT_ARRAY (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java235 public static final Type OBJECT_ARRAY = OBJECT.getArrayType(); field in class:Type
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java51 private static TypeId<Object[]> OBJECT_ARRAY = TypeId.get(Object[].class); field in class:DexMakerTest
1543 Method objectArrayLength = arrayLengthMethod(OBJECT_ARRAY);
1583 Method newObjectArray = newArrayMethod(OBJECT_ARRAY);
1627 Method swapObjectArray = arraySwapMethod(OBJECT_ARRAY, TypeId.OBJECT);

Completed in 66 milliseconds