Home
last modified time | relevance | path

Searched refs:CHECK_CAST (Results 1 – 19 of 19) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat21c.java71 || info.opcode == Opcode.CHECK_CAST in getPoolIndexKind()
/art/compiler/dex/
Dverified_method.cc72 if (code == Instruction::CHECK_CAST) { in GenerateSafeCastSet()
/art/runtime/
Ddex_to_dex_decompiler.cc68 inst->SetOpcode(Instruction::CHECK_CAST); in DecompileNop()
Dthread.cc4059 inst->Opcode() == Instruction::CHECK_CAST || in SweepInterpreterCache()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java51 CHECK_CAST, enumConstant
DCodeItem.java161 || opcode == Opcode.CHECK_CAST in incrementIndex()
DInstruction.java351 addOpcodeInfo(Opcode.CHECK_CAST, "check-cast", 0x1f, new Format21c()); in addOpcodeInfo() argument
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc126 DCHECK_EQ(check_cast.Opcode(), Instruction::CHECK_CAST); in artThrowClassCastException()
/art/libdexfile/dex/
Ddex_instruction.cc220 case CHECK_CAST: in DumpString()
Ddex_instruction_list.h53 …V(0x1F, CHECK_CAST, "check-cast", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerif…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc227 case Instruction::CHECK_CAST: in Compile()
/art/runtime/interpreter/mterp/
Dnterp.cc428 case Instruction::CHECK_CAST: in NterpGetClassOrAllocateObject()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc446 case Instruction::CHECK_CAST: in ProcessDexFile()
Ddexanalyze_bytecode.cc466 case Instruction::CHECK_CAST: in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc644 case Instruction::CHECK_CAST: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1085 case Instruction::CHECK_CAST: in ComputeWidthsAndCountOps()
1179 } else if (inst->Opcode() == Instruction::CHECK_CAST) { in VerifyInstructions()
2429 case Instruction::CHECK_CAST: in CodeFlowVerifyInstruction()
2438 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction()
/art/dex2oat/driver/
Dcompiler_driver.cc763 case Instruction::CHECK_CAST: in InitializeTypeCheckBitstrings()
766 (inst->Opcode() == Instruction::CHECK_CAST) ? inst->VRegB_21c() : inst->VRegC_22c()); in InitializeTypeCheckBitstrings()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h683 HANDLER_ATTRIBUTES bool CHECK_CAST() { in CHECK_CAST() function
/art/compiler/optimizing/
Dinstruction_builder.cc2372 DCHECK_EQ(instruction.Opcode(), Instruction::CHECK_CAST); in BuildTypeCheck()
3376 case Instruction::CHECK_CAST: { in ProcessDexInstruction()