Home
last modified time | relevance | path

Searched refs:INSTANCE_OF (Results 1 – 15 of 15) 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/libdexfile/dex/
Ddex_instruction.cc316 case INSTANCE_OF: in DumpString()
Ddex_instruction_list.h54 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
/art/runtime/interpreter/mterp/
Dnterp.cc431 case Instruction::INSTANCE_OF: in NterpGetClassOrAllocateObject()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc451 case Instruction::INSTANCE_OF: { in ProcessDexFile()
Ddexanalyze_bytecode.cc437 case Instruction::INSTANCE_OF: { in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc638 case Instruction::INSTANCE_OF: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h701 HANDLER_ATTRIBUTES bool INSTANCE_OF() { in INSTANCE_OF() function
/art/compiler/optimizing/
Dinstruction_builder.cc2361 if (instruction.Opcode() == Instruction::INSTANCE_OF) { in BuildTypeCheck()
3368 case Instruction::INSTANCE_OF: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2430 case Instruction::INSTANCE_OF: { in CodeFlowVerifyInstruction()
2705 (Instruction::INSTANCE_OF == instance_of_inst.Opcode()) && in CodeFlowVerifyInstruction()
/art/dex2oat/driver/
Dcompiler_driver.cc764 case Instruction::INSTANCE_OF: { in InitializeTypeCheckBitstrings()
/art/runtime/
Dthread.cc4060 inst->Opcode() == Instruction::INSTANCE_OF || in SweepInterpreterCache()