Searched refs:ARRAY_LENGTH (Results 1 – 8 of 8) 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 | 554 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck() 701 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 624 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/compiler/optimizing/ |
D | instruction_builder.cc | 3015 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 820 ALWAYS_INLINE void ARRAY_LENGTH() REQUIRES_SHARED(Locks::mutator_lock_) { in ARRAY_LENGTH() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2480 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()
|