Searched refs:ARRAY_LENGTH (Results 1 – 7 of 7) sorted by relevance
/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 | 557 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck() 704 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 616 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.cc | 641 case Instruction::ARRAY_LENGTH: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2881 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
|