Home
last modified time | relevance | path

Searched refs:INSTANCE_OF (Results 1 – 16 of 16) 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.cc285 case INSTANCE_OF: in DumpString()
Ddex_instruction_list.h53 …V(0x20, INSTANCE_OF, "instance-of", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif…
/art/compiler/dex/
Dglobal_value_numbering_test.cc2339 DEF_UNOP(3u, Instruction::INSTANCE_OF, 0u, 100u), in TEST_F()
2340 DEF_UNOP(3u, Instruction::INSTANCE_OF, 1u, 200u), in TEST_F()
2389 DEF_UNOP(3u, Instruction::INSTANCE_OF, 0u, 100u), in TEST_F()
2390 DEF_UNOP(3u, Instruction::INSTANCE_OF, 1u, 200u), in TEST_F()
Dlocal_value_numbering.cc1606 case Instruction::INSTANCE_OF: { in GetValueNumber()
1609 res = gvn_->LookupValue(Instruction::INSTANCE_OF, operand, type, kNoValue); in GetValueNumber()
1619 uint16_t cond = gvn_->FindValue(Instruction::INSTANCE_OF, operand, type, kNoValue); in GetValueNumber()
Dgvn_dead_code_elimination.cc1169 case Instruction::INSTANCE_OF: in RecordMIR()
/art/compiler/dex/quick/
Dquick_compiler.cc170 Instruction::INSTANCE_OF,
Dmir_to_lir.cc619 case Instruction::INSTANCE_OF: in CompileDalvikInstruction()
Dralloc_util.cc1143 case Instruction::INSTANCE_OF: { in AnalyzeMIR()
/art/compiler/optimizing/
Dbuilder.cc1197 if (instruction.Opcode() == Instruction::INSTANCE_OF) { in BuildTypeCheck()
2235 case Instruction::INSTANCE_OF: { in AnalyzeDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1928 case Instruction::INSTANCE_OF: { in CodeFlowVerifyInstruction()
2180 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) && in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc486 HANDLE_INSTRUCTION_START(INSTANCE_OF) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc388 case Instruction::INSTANCE_OF: { in ExecuteSwitchImpl()