Searched refs:INSTANCE_OF (Results 1 - 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DFormat22c.java67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) {
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DCodeItem.java169 } else if (opcode == Opcode.INSTANCE_OF || opcode == Opcode.NEW_ARRAY) {
H A DOpcode.java52 INSTANCE_OF, enum constant in enum:Opcode
H A DInstruction.java352 addOpcodeInfo(Opcode.INSTANCE_OF, "instance-of", 0x20, new Format22c());
/art/runtime/
H A Ddex_instruction.cc285 case INSTANCE_OF:
H A Ddex_instruction_list.h53 V(0x20, INSTANCE_OF, "instance-of", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCType) \
/art/compiler/dex/
H A Dlocal_value_numbering.cc1606 case Instruction::INSTANCE_OF: {
1609 res = gvn_->LookupValue(Instruction::INSTANCE_OF, operand, type, kNoValue);
1619 uint16_t cond = gvn_->FindValue(Instruction::INSTANCE_OF, operand, type, kNoValue);
H A Dglobal_value_numbering_test.cc2339 DEF_UNOP(3u, Instruction::INSTANCE_OF, 0u, 100u),
2340 DEF_UNOP(3u, Instruction::INSTANCE_OF, 1u, 200u),
2389 DEF_UNOP(3u, Instruction::INSTANCE_OF, 0u, 100u),
2390 DEF_UNOP(3u, Instruction::INSTANCE_OF, 1u, 200u),
H A Dgvn_dead_code_elimination.cc1169 case Instruction::INSTANCE_OF:
/art/compiler/dex/quick/
H A Dquick_compiler.cc170 Instruction::INSTANCE_OF,
H A Dmir_to_lir.cc619 case Instruction::INSTANCE_OF:
H A Dralloc_util.cc1143 case Instruction::INSTANCE_OF: {
/art/compiler/optimizing/
H A Dbuilder.cc1197 if (instruction.Opcode() == Instruction::INSTANCE_OF) {
2235 case Instruction::INSTANCE_OF: {
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc486 HANDLE_INSTRUCTION_START(INSTANCE_OF) {
H A Dinterpreter_switch_impl.cc388 case Instruction::INSTANCE_OF: {
/art/runtime/verifier/
H A Dmethod_verifier.cc1928 case Instruction::INSTANCE_OF: {
2180 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) &&

Completed in 206 milliseconds