Searched refs:INSTANCE_OF (Results 1 – 16 of 16) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format22c.java | 67 if (info.opcode == Opcode.INSTANCE_OF || info.opcode == Opcode.NEW_ARRAY) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 52 INSTANCE_OF, enumConstant
|
D | CodeItem.java | 169 } else if (opcode == Opcode.INSTANCE_OF || opcode == Opcode.NEW_ARRAY) { in incrementIndex()
|
D | Instruction.java | 352 addOpcodeInfo(Opcode.INSTANCE_OF, "instance-of", 0x20, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction.cc | 285 case INSTANCE_OF: in DumpString()
|
D | dex_instruction_list.h | 53 …V(0x20, INSTANCE_OF, "instance-of", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif…
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 2339 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()
|
D | local_value_numbering.cc | 1606 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()
|
D | gvn_dead_code_elimination.cc | 1169 case Instruction::INSTANCE_OF: in RecordMIR()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 170 Instruction::INSTANCE_OF,
|
D | mir_to_lir.cc | 619 case Instruction::INSTANCE_OF: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1143 case Instruction::INSTANCE_OF: { in AnalyzeMIR()
|
/art/compiler/optimizing/ |
D | builder.cc | 1197 if (instruction.Opcode() == Instruction::INSTANCE_OF) { in BuildTypeCheck() 2235 case Instruction::INSTANCE_OF: { in AnalyzeDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1928 case Instruction::INSTANCE_OF: { in CodeFlowVerifyInstruction() 2180 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) && in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 486 HANDLE_INSTRUCTION_START(INSTANCE_OF) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 388 case Instruction::INSTANCE_OF: { in ExecuteSwitchImpl()
|