Home
last modified time | relevance | path

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

/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.cc529 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck()
685 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h55 …V(0x21, ARRAY_LENGTH, "array-length", k12x, kIndexNone, kContinue | kThrow, 0, kVerifyRegA | kVeri…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc554 case Instruction::ARRAY_LENGTH: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2738 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2450 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()