Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH (Results 1 – 9 of 9) sorted by relevance

/art/test/661-checker-simd-cf-loops/src/
DMain.java22 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/
DOpcode.java53 ARRAY_LENGTH, enumConstant
DInstruction.java353 addOpcodeInfo(Opcode.ARRAY_LENGTH, "array-length", 0x21, new Format12x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc528 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck()
637 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
/art/tools/veridex/
Dflow_analysis.cc647 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h55 …V(0x21, ARRAY_LENGTH, "array-length", k12x, kIndexNone, kContinue | kThrow, 0, kVerifyRegA | kVeri…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h832 HANDLER_ATTRIBUTES bool ARRAY_LENGTH() { in ARRAY_LENGTH() function
/art/compiler/optimizing/
Dinstruction_builder.cc3654 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2418 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()