Home
last modified time | relevance | path

Searched refs:IPUT_BOOLEAN_QUICK (Results 1 – 13 of 13) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h112 (code >= Instruction::IPUT_BOOLEAN_QUICK && code <= Instruction::IGET_SHORT_QUICK); in IsInstructionIGetQuickOrIPutQuick()
203 case Instruction::IGET_BOOLEAN_QUICK: case Instruction::IPUT_BOOLEAN_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc447 case Instruction::IPUT_BOOLEAN_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h256 …V(0xEB, IPUT_BOOLEAN_QUICK, "iput-boolean-quick", k22c, false, kFieldRef, kContinue | kThrow | kSt…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java255 IPUT_BOOLEAN_QUICK, enumConstant
DInstruction.java559 addOpcodeInfo(Opcode.IPUT_BOOLEAN_QUICK, "+iput-boolean-quick", 0xeb, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Ddex_to_dex_compiler.cc144 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BOOLEAN_QUICK, true); in Compile()
Dtype_inference.cc929 case Instruction::IPUT_BOOLEAN_QUICK: in InitializeSRegs()
Dmir_graph.cc2231 case Instruction::IPUT_BOOLEAN_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc373 Instruction::IPUT_BOOLEAN_QUICK,
Dmir_to_lir.cc838 case Instruction::IPUT_BOOLEAN_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1425 HANDLE_INSTRUCTION_START(IPUT_BOOLEAN_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1269 case Instruction::IPUT_BOOLEAN_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2862 case Instruction::IPUT_BOOLEAN_QUICK: in CodeFlowVerifyInstruction()