Searched refs:ARRAY_LENGTH (Results 1 – 9 of 9) sorted by relevance
/art/test/661-checker-simd-cf-loops/src/ |
D | Main.java | 22 public static final int ARRAY_LENGTH = 128; field in Main 23 public static final int USED_ARRAY_LENGTH = ARRAY_LENGTH - 1; 25 public static boolean[] booleanArray = new boolean[ARRAY_LENGTH]; 26 public static boolean[] booleanArray2 = new boolean[ARRAY_LENGTH]; 27 public static byte[] byteArray = new byte[ARRAY_LENGTH]; 28 public static short[] shortArray = new short[ARRAY_LENGTH]; 29 public static char[] charArray = new char[ARRAY_LENGTH]; 30 public static int[] intArray = new int[ARRAY_LENGTH]; 31 public static long[] longArray = new long[ARRAY_LENGTH]; 32 public static float[] floatArray = new float[ARRAY_LENGTH]; [all …]
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 53 ARRAY_LENGTH, enumConstant
|
D | Instruction.java | 353 addOpcodeInfo(Opcode.ARRAY_LENGTH, "array-length", 0x21, new Format12x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 528 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck() 637 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 647 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 55 …V(0x21, ARRAY_LENGTH, "array-length", k12x, kIndexNone, kContinue | kThrow, 0, kVerifyRegA | kVeri…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 832 HANDLER_ATTRIBUTES bool ARRAY_LENGTH() { in ARRAY_LENGTH() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3654 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2418 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()
|