Searched refs:INSTANCE_OF (Results 1 – 15 of 15) 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/libdexfile/dex/ |
D | dex_instruction.cc | 298 case INSTANCE_OF: in DumpString()
|
D | dex_instruction_list.h | 54 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 437 case Instruction::INSTANCE_OF: { in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 451 case Instruction::INSTANCE_OF: { in ProcessDexFile()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 547 case Instruction::INSTANCE_OF: in NterpGetClassOrAllocateObject()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 661 case Instruction::INSTANCE_OF: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 642 HANDLER_ATTRIBUTES bool INSTANCE_OF() { in INSTANCE_OF() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2580 bool is_instance_of = instruction.Opcode() == Instruction::INSTANCE_OF; in BuildTypeCheck() 3522 case Instruction::INSTANCE_OF: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2422 case Instruction::INSTANCE_OF: { in CodeFlowVerifyInstruction() 2698 (Instruction::INSTANCE_OF == instance_of_inst.Opcode()) && in CodeFlowVerifyInstruction()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 631 case Instruction::INSTANCE_OF: { in InitializeTypeCheckBitstrings()
|
/art/runtime/ |
D | thread.cc | 4195 inst->Opcode() == Instruction::INSTANCE_OF || in SweepInterpreterCache()
|