Home
last modified time | relevance | path

Searched defs:opcode (Results 26 – 39 of 39) sorted by relevance

12

/art/libdexfile/dex/
Ddex_file-inl.h245 uint8_t opcode = *stream++; in DecodeDebugLocalInfo() local
384 uint8_t opcode = *stream++; in DecodeDebugPositionInfo() local
Ddex_file_verifier.cc1745 uint8_t opcode = *(ptr_++); in CheckIntraDebugInfoItem() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc113 uint8_t opcode = *pc; in GetInstructionSize() local
/art/tools/jvmti-agents/titrace/
Dtitrace.cc166 uint8_t opcode = instruction[0]; in RecordInstruction() local
/art/dexlayout/
Dcompact_dex_writer.cc176 const Instruction::Code opcode = it->Opcode(); in WriteCodeItem() local
Ddex_ir_builder.cc55 uint8_t opcode = *stream++; in GetDebugInfoStreamSize() local
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc108 uint8_t opcode = *stream++; in ProcessDexFiles() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc112 bool ArmVIXLAssembler::ShifterOperandCanHold(Opcode opcode, in ShifterOperandCanHold()
/art/runtime/verifier/
Dmethod_verifier.cc131 constexpr bool IsCompatThrow(Instruction::Code opcode) { in IsCompatThrow()
1082 Instruction::Code opcode = it->Opcode(); in ComputeWidthsAndCountOps() local
2009 Instruction::Code opcode = ret_inst->Opcode(); in AdjustReturnLine() local
5556 Instruction::Code opcode = inst.Opcode(); in Fail() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java277 public static boolean isBetween(Opcode opcode, Opcode opcode1, Opcode opcode2) { in isBetween()
DInstruction.java170 int opcode = (firstCodeWord & 0xff); in readOpcode() local
300 public static OpcodeInfo getOpcodeInfo(Opcode opcode) { in getOpcodeInfo()
308 private static void addOpcodeInfo(Opcode opcode, String name, in addOpcodeInfo()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h133 uint8_t opcode = inst->Opcode(inst_data); in Preamble() local
/art/compiler/optimizing/
Dinstruction_builder.cc802 static InvokeType GetInvokeTypeFromOpCode(Instruction::Code opcode) { in GetInvokeTypeFromOpCode()
Dcode_generator_arm_vixl.cc5868 Opcode opcode) { in ArmEncodableConstantOrRegister()
5880 Opcode opcode, in CanEncode32BitConstantAsImmediate()
5907 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()
8304 void LocationsBuilderARMVIXL::HandleBitwiseOperation(HBinaryOperation* instruction, Opcode opcode) { in HandleBitwiseOperation()

12