Home
last modified time | relevance | path

Searched refs:SPUT_BOOLEAN (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java126 SPUT_BOOLEAN, enumConstant
DInstruction.java428 addOpcodeInfo(Opcode.SPUT_BOOLEAN, "sput-boolean", 0x6a, new Format21c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc216 case SPUT_BOOLEAN: in DumpString()
Ddex_instruction_list.h127 …V(0x6A, SPUT_BOOLEAN, "sput-boolean", k21c, false, kFieldRef, kContinue | kThrow | kStore | kRegBF…
/art/compiler/dex/quick/
Dquick_compiler.cc244 Instruction::SPUT_BOOLEAN,
Dmir_to_lir.cc892 case Instruction::SPUT_BOOLEAN: in CompileDalvikInstruction()
Dralloc_util.cc1241 case Instruction::SPUT_BOOLEAN: in AnalyzeMIR()
/art/compiler/dex/
Dtype_inference.cc956 case Instruction::SPUT_BOOLEAN: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1422 case Instruction::SPUT_BOOLEAN: in RecordMIR()
Dlocal_value_numbering.cc1974 case Instruction::SPUT_BOOLEAN: in GetValueNumber()
Dmir_graph.cc2243 case Instruction::SPUT_BOOLEAN: in GetStartUseIndex()
Dtype_inference_test.cc841 DEF_SPUT(3u, Instruction::SPUT_BOOLEAN, 9u, 7u), in TEST_F()
/art/compiler/optimizing/
Dbuilder.cc2145 case Instruction::SPUT_BOOLEAN: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1467 HANDLE_INSTRUCTION_START(SPUT_BOOLEAN) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1311 case Instruction::SPUT_BOOLEAN: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2373 case Instruction::SPUT_BOOLEAN: in CodeFlowVerifyInstruction()