Searched refs:DecodedInstruction (Results 1 – 10 of 10) sorted by relevance
914 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()
274 struct DecodedInstruction { struct282 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { in DecodedInstruction() argument1089 const MIR::DecodedInstruction& d_insn);1092 int ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction);
140 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()
56 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()
254 int flags = MIR::DecodedInstruction::IsPseudoMirOp(opcode) ? in InferTypeAndSize()
905 if (MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { in AnalyzeBlock()
588 if (!MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in CanCompileMethod()
111 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in GetInvokeReg()122 DCHECK(!MIR::DecodedInstruction::IsPseudoMirOp(invoke->dalvikInsn.opcode)); in WideArgIsInConsecutiveDalvikRegs()
1191 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in MethodBlockCodeGen()
930 if (MIR::DecodedInstruction::IsPseudoMirOp(opcode)) { in AnalyzeBB()