Searched refs:APUT_BOOLEAN (Results 1 - 14 of 14) sorted by last modified time

/art/compiler/dex/
H A Dglobal_value_numbering_test.cc1548 DEF_APUT(4, Instruction::APUT_BOOLEAN, 27u, 701u, 702u), // Storing the same value.
H A Dgvn_dead_code_elimination.cc1357 case Instruction::APUT_BOOLEAN:
H A Dlocal_value_numbering.cc51 static constexpr uint16_t kMergeBlockAliasingArrayMergeLocationOp = Instruction::APUT_BOOLEAN;
1931 case Instruction::APUT_BOOLEAN:
H A Dmir_graph.cc2237 case Instruction::APUT_BOOLEAN:
H A Dtype_inference.cc886 case Instruction::APUT_BOOLEAN:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc774 case Instruction::APUT_BOOLEAN:
H A Dquick_compiler.cc216 Instruction::APUT_BOOLEAN,
/art/runtime/
H A Dcommon_throws.cc479 case Instruction::APUT_BOOLEAN:
H A Ddex_instruction_list.h99 V(0x4E, APUT_BOOLEAN, "aput-boolean", k23x, false, kNone, kContinue | kThrow | kStore, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1094 HANDLE_INSTRUCTION_START(APUT_BOOLEAN) {
H A Dinterpreter_switch_impl.cc938 case Instruction::APUT_BOOLEAN: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2282 case Instruction::APUT_BOOLEAN:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java400 addOpcodeInfo(Opcode.APUT_BOOLEAN, "aput-boolean", 0x4e, new Format23x());
H A DOpcode.java98 APUT_BOOLEAN, enum constant in enum:Opcode

Completed in 51 milliseconds