Home
last modified time | relevance | path

Searched refs:DecodedInstruction (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/
Dmir_dataflow.cc914 const MIR::DecodedInstruction& d_insn) { in HandleExtended()
941 MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; in FindLocalLiveIn()
1040 MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; in DataFlowSSAFormat35C()
1053 MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; in DataFlowSSAFormat3RC()
1087 if (!MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in DoSSAConversion()
1146 MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; in DoSSAConversion()
Dmir_graph.h274 struct DecodedInstruction { struct
282 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { in DecodedInstruction() argument
1089 const MIR::DecodedInstruction& d_insn);
1092 int ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction);
Dmir_graph.cc140 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) { in ParseInsn()
234 !MIR::DecodedInstruction::IsPseudoMirOp(insn->dalvikInsn.opcode)); in SplitBlock()
249 if ((opcode == kMirOpCheck) || !MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in SplitBlock()
938 !MIR::DecodedInstruction::IsPseudoMirOp(opcode) ? in DumpCFG()
1216 MIR::DecodedInstruction insn = mir->dalvikInsn; in GetDalvikDisassembly()
1245 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in GetDalvikDisassembly()
1977 bool MIR::DecodedInstruction::GetConstant(int64_t* ptr_value, bool* wide) const { in GetConstant()
Dmir_optimization.cc56 MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; in DoConstantPropagation()
141 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in FindMoveResult()
894 if (MIR::DecodedInstruction::IsPseudoMirOp(tmir->dalvikInsn.opcode)) { in EliminateNullChecksAndInferTypes()
1264 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in InlineSpecialMethods()
Dvreg_analysis.cc254 int flags = MIR::DecodedInstruction::IsPseudoMirOp(opcode) ? in InferTypeAndSize()
Dmir_analysis.cc905 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in AnalyzeBlock()
Dfrontend.cc588 if (!MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in CanCompileMethod()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc111 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in GetInvokeReg()
122 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in WideArgIsInConsecutiveDalvikRegs()
Dmir_to_lir.cc1191 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in MethodBlockCodeGen()
/art/compiler/dex/quick/x86/
Dutility_x86.cc930 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in AnalyzeBB()