/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 82 void ArmMir2Lir::LockLiveArgs(MIR* mir) { in LockLiveArgs() 96 MIR* ArmMir2Lir::GetNextMir(BasicBlock** p_bb, MIR* mir) { in GetNextMir() 121 void ArmMir2Lir::GenPrintLabel(MIR* mir) { in GenPrintLabel() 128 MIR* ArmMir2Lir::SpecialIGet(BasicBlock** bb, MIR* mir, in SpecialIGet() 153 MIR* ArmMir2Lir::SpecialIPut(BasicBlock** bb, MIR* mir, in SpecialIPut() 187 MIR* ArmMir2Lir::SpecialIdentity(MIR* mir) { in SpecialIdentity() 218 void ArmMir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase() 311 void ArmMir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch() 359 void ArmMir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
|
D | fp_arm.cc | 177 void ArmMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch()
|
D | int_arm.cc | 179 void ArmMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() 247 void ArmMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
|
/art/compiler/dex/ |
D | mir_optimization.cc | 40 MIR* mir; in DoConstantPropogation() local 106 static MIR* AdvanceMIR(BasicBlock** p_bb, MIR* mir) { in AdvanceMIR() 130 MIR* MIRGraph::FindMoveResult(BasicBlock* bb, MIR* mir) { in FindMoveResult() 172 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in FindPhi() local 184 static SelectInstructionKind SelectKind(MIR* mir) { in SelectKind() 219 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in BasicBlockOpt() local 481 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in CountChecks() local 566 MIR* mir = bb->last_mir_insn; in CombineBlocks() local 672 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in EliminateNullChecks() local
|
D | mir_dataflow.cc | 869 MIR* mir; in FindLocalLiveIn() local 951 void MIRGraph::DataFlowSSAFormat35C(MIR* mir) { in DataFlowSSAFormat35C() 969 void MIRGraph::DataFlowSSAFormat3RC(MIR* mir) { in DataFlowSSAFormat3RC() 988 MIR* mir; in DoSSAConversion() local 1189 bool MIRGraph::InvokeUsesMethodStar(MIR* mir) { in InvokeUsesMethodStar() 1242 for (MIR* mir = bb->first_mir_insn; (mir != NULL); mir = mir->next) { in CountUses() local
|
D | mir_graph.cc | 739 const MIR *mir; in DumpCFG() local 838 void MIRGraph::AppendMIR(BasicBlock* bb, MIR* mir) { in AppendMIR() 852 void MIRGraph::PrependMIR(BasicBlock* bb, MIR* mir) { in PrependMIR() 880 char* MIRGraph::GetDalvikDisassembly(const MIR* mir) { in GetDalvikDisassembly() 1115 CallInfo* MIRGraph::NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, in NewMemCallInfo()
|
D | mir_graph.h | 499 RegLocation GetRawSrc(MIR* mir, int num) { in GetRawSrc() 505 RegLocation GetRawDest(MIR* mir) { in GetRawDest() 511 RegLocation GetDest(MIR* mir) { in GetDest() 517 RegLocation GetSrc(MIR* mir, int num) { in GetSrc() 523 RegLocation GetDestWide(MIR* mir) { in GetDestWide() 529 RegLocation GetSrcWide(MIR* mir, int low) { in GetSrcWide()
|
D | mir_analysis.cc | 893 for (MIR* mir = tbb->first_mir_insn; mir != NULL; mir = mir->next) { in AnalyzeBlock() local
|
D | local_value_numbering.cc | 22 uint16_t LocalValueNumbering::GetValueNumber(MIR* mir) { in GetValueNumber()
|
D | vreg_analysis.cc | 76 MIR *mir; in InferTypeAndSize() local
|
D | ssa_transformation.cc | 582 MIR *mir; in InsertPhiNodeOperands() local
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 29 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) { in CompileDalvikInstruction() 657 void Mir2Lir::HandleExtendedMethodMIR(BasicBlock* bb, MIR* mir) { in HandleExtendedMethodMIR() 692 MIR* mir; in MethodBlockCodeGen() local 802 MIR* mir = bb->first_mir_insn; in SpecialMIR2LIR() local
|
D | ralloc_util.cc | 1164 int Mir2Lir::oatSSASrc(MIR* mir, int num) { in oatSSASrc()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 25 void X86Mir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase() 34 void X86Mir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch() 69 void X86Mir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
|
D | fp_x86.cc | 285 void X86Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch()
|
D | int_x86.cc | 164 void X86Mir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() 168 void X86Mir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
|
/art/test/040-miranda/src/ |
D | Main.java | 24 MirandaClass mir = new MirandaClass(); in main() local
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 26 void MipsMir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase() 62 void MipsMir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch() 141 void MipsMir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
|
D | fp_mips.cc | 215 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, in GenFusedFPCmpBranch()
|
D | int_mips.cc | 212 void MipsMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() 216 void MipsMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 312 void MirConverter::ConvertCompareAndBranch(BasicBlock* bb, MIR* mir, in ConvertCompareAndBranch() 328 MIR* mir, ConditionCode cc, RegLocation rl_src1) { in ConvertCompareZeroAndBranch() 450 void MirConverter::ConvertInvoke(BasicBlock* bb, MIR* mir, in ConvertInvoke() 686 bool MirConverter::ConvertMIRNode(MIR* mir, BasicBlock* bb, in ConvertMIRNode() 1534 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in HandlePhiNodes() local 1581 void MirConverter::ConvertExtendedMIR(BasicBlock* bb, MIR* mir, in ConvertExtendedMIR() 1706 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in BlockBitcodeConversion() local
|
/art/runtime/ |
D | class_linker.cc | 3634 for (size_t mir = 0; mir < miranda_list.size(); mir++) { in LinkInterfaceMethods() local
|