Searched refs:SGET_BYTE (Results 1 - 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java120 SGET_BYTE, enum constant in enum:Opcode
H A DInstruction.java422 addOpcodeInfo(Opcode.SGET_BYTE, "sget-byte", 0x64, new Format21c());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE
/art/runtime/
H A Ddex_instruction.cc203 case SGET_BYTE:
H A Ddex_instruction_list.h121 V(0x64, SGET_BYTE, "sget-byte", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrConstant, kVerifyRegA | kVerifyRegBField) \
/art/compiler/dex/quick/
H A Dquick_compiler.cc238 Instruction::SGET_BYTE,
H A Dmir_to_lir.cc874 case Instruction::SGET_BYTE:
H A Dralloc_util.cc1235 case Instruction::SGET_BYTE:
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1405 case Instruction::SGET_BYTE:
H A Dtype_inference.cc945 case Instruction::SGET_BYTE:
H A Dlocal_value_numbering.cc1963 case Instruction::SGET_BYTE:
H A Dtype_inference_test.cc703 DEF_SGET(3u, Instruction::SGET_BYTE, 0u, 0u),
/art/compiler/optimizing/
H A Dbuilder.cc2133 case Instruction::SGET_BYTE:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1327 HANDLE_INSTRUCTION_START(SGET_BYTE) {
H A Dinterpreter_switch_impl.cc1171 case Instruction::SGET_BYTE: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2353 case Instruction::SGET_BYTE:

Completed in 63 milliseconds