Home
last modified time | relevance | path

Searched refs:InlineTarget (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc898 RegLocation Mir2Lir::InlineTarget(CallInfo* info) { in InlineTarget() function in art::Mir2Lir
975 RegLocation rl_dest = InlineTarget(info); in GenInlinedReferenceGetReferent()
1015 RegLocation rl_dest = InlineTarget(info); in GenInlinedCharAt()
1090 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringIsEmptyOrLength()
1129 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringFactoryNewStringFromBytes()
1145 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringFactoryNewStringFromChars()
1161 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringFactoryNewStringFromString()
1171 RegLocation rl_dest = IsWide(size) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBytes()
1207 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsInt()
1306 RegLocation rl_dest = InlineTarget(info); in GenInlinedFloatCvt()
[all …]
Dmir_to_lir.h933 RegLocation InlineTarget(CallInfo* info);
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc454 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedRound()
475 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMaxFP()
Dint_arm64.cc666 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsInt()
699 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
710 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
749 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
1786 RegLocation rl_dest = IsWide(size) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBits()
/art/compiler/dex/quick/x86/
Dfp_x86.cc624 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsFloat()
772 RegLocation rl_dest = InlineTarget(info); in GenInlinedMinMaxFP()
Dtarget_x86.cc1283 RegLocation rl_dest = InlineTarget(info); in GenInlinedIndexOf()
2445 RegLocation rl_dest = InlineTarget(info); in GenInlinedCharAt()
2460 RegLocation rl_dest = InlineTarget(info); in GenInlinedCurrentThread()
Dint_x86.cc988 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
1032 RegLocation rl_dest = size == k64 ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
1261 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
1304 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedReverseBits()
/art/compiler/dex/quick/arm/
Dint_arm.cc774 RegLocation rl_dest = InlineTarget(info); in GenInlinedMinMax()
788 RegLocation rl_dest = InlineTarget(info); in GenInlinedPeek()
840 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
/art/compiler/dex/quick/mips/
Dint_mips.cc375 RegLocation rl_dest = InlineTarget(info); in GenInlinedPeek()