Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH (Results 1 – 8 of 8) 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.cc556 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck()
709 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
/art/tools/veridex/
Dflow_analysis.cc624 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.h716 HANDLER_ATTRIBUTES bool ARRAY_LENGTH() { in ARRAY_LENGTH() function
/art/compiler/optimizing/
Dinstruction_builder.cc3037 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2493 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()