Searched refs:newLIR0 (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Gen.cpp | 263 hopTarget = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorEnter() 281 target = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorEnter() 319 hopTarget = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorExit() 341 target = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorExit() 392 target2 = newLIR0(cUnit, kArmPseudoTargetLabel); in genCmpLong() 396 target1 = newLIR0(cUnit, kArmPseudoTargetLabel); in genCmpLong()
|
D | Factory.cpp | 244 return newLIR0(cUnit, opcode); in opNone()
|
/dalvik/vm/compiler/codegen/arm/FP/ |
D | Thumb2VFP.cpp | 196 newLIR0(cUnit, kThumb2Fmstat); in genInlineSqrt() 204 ArmLIR *label = newLIR0(cUnit, kArmPseudoTargetLabel); in genInlineSqrt() 255 newLIR0(cUnit, kThumb2Fmstat); in genCmpFP()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenCommon.cpp | 272 static MipsLIR *newLIR0(CompilationUnit *cUnit, MipsOpCode opcode) in newLIR0() function 406 MipsLIR *barrier = newLIR0(cUnit, kMipsPseudoBarrier); in genBarrier()
|
D | CodegenDriver.cpp | 40 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in markCard() 677 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in genArrayObjectPut() 1110 loopLabel = newLIR0(cUnit, kMipsPseudoTargetLabel); in genProcessArgsRange() 1376 MipsLIR *slowPathLabel = newLIR0(cUnit, kMipsPseudoTargetLabel); in genInvokeVirtualWholeMethod() 1489 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in genMonitorPortable() 1883 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in handleFmt21c_Fmt31c() 1938 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in handleFmt21c_Fmt31c() 2533 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in handleFmt22c() 2578 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); in handleFmt22c() 3003 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); [all …]
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenCommon.cpp | 264 static ArmLIR *newLIR0(CompilationUnit *cUnit, ArmOpcode opcode) in newLIR0() function 416 ArmLIR *barrier = newLIR0(cUnit, kArmPseudoBarrier); in genBarrier()
|
D | CodegenDriver.cpp | 40 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in markCard() 616 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in genArrayObjectPut() 1070 loopLabel = newLIR0(cUnit, kArmPseudoTargetLabel); in genProcessArgsRange() 1321 ArmLIR *slowPathLabel = newLIR0(cUnit, kArmPseudoTargetLabel); in genInvokeVirtualWholeMethod() 1429 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorPortable() 1821 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt21c_Fmt31c() 1877 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt21c_Fmt31c() 2481 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt22c() 2526 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt22c() 2920 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt31t() [all …]
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
D | Gen.cpp | 260 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in genInlinedMinMaxInt()
|
D | Factory.cpp | 154 return newLIR0(cUnit, opcode); in opNone()
|
/dalvik/vm/compiler/codegen/mips/Mips32/ |
D | Gen.cpp | 72 newLIR0(cUnit, kMipsNop); /* delay slot */ in genTraceProfileEntry()
|
D | Factory.cpp | 167 res = newLIR0(cUnit, opcode); in opNone()
|
/dalvik/vm/compiler/codegen/x86/ |
D | CodegenInterface.cpp | 1339 newLIR0(cUnit, ATOM_PSEUDO_ALIGN4); in dvmCompilerMIR2LIR()
|