Searched refs:BOOLEAN_ARRAY (Results 1 – 1 of 1) sorted by relevance
60 private static TypeId<boolean[]> BOOLEAN_ARRAY = TypeId.get(boolean[].class); field in DexMakerTest1592 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength()1632 Method newBooleanArray = newArrayMethod(BOOLEAN_ARRAY); in testNewArray()1675 Method swapBooleanArray = arraySwapMethod(BOOLEAN_ARRAY, TypeId.BOOLEAN); in testReadAndWriteArray()