Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat22c.java67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java52 INSTANCE_OF, enumConstant
DCodeItem.java169 } else if (opcode == Opcode.INSTANCE_OF || opcode == Opcode.NEW_ARRAY) { in incrementIndex()
DInstruction.java352 addOpcodeInfo(Opcode.INSTANCE_OF, "instance-of", 0x20, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc296 case INSTANCE_OF: in DumpString()
Ddex_instruction_list.h54 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
/art/compiler/optimizing/
Dinstruction_builder.cc1783 if (instruction.Opcode() == Instruction::INSTANCE_OF) { in BuildTypeCheck()
2784 case Instruction::INSTANCE_OF: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2386 case Instruction::INSTANCE_OF: { in CodeFlowVerifyInstruction()
2664 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) && in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc537 case Instruction::INSTANCE_OF: { in ExecuteSwitchImpl()