Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc1113 RegLocation Mir2Lir::InlineTarget(CallInfo* info) { in InlineTarget() function in art::Mir2Lir
1217 RegLocation rl_dest = InlineTarget(info); in GenInlinedReferenceGetReferent()
1281 RegLocation rl_dest = InlineTarget(info); in GenInlinedCharAt()
1304 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringIsEmptyOrLength()
1335 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBytes()
1371 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsInt()
1459 RegLocation rl_dest = InlineTarget(info); in GenInlinedFloatCvt()
1532 RegLocation rl_dest = InlineTarget(info); in GenInlinedIndexOf()
1566 RegLocation rl_dest = InlineTarget(info); in GenInlinedStringCompareTo()
1572 RegLocation rl_dest = InlineTarget(info); in GenInlinedCurrentThread()
[all …]
Dmir_to_lir.h951 RegLocation InlineTarget(CallInfo* info);
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc424 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedRound()
445 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMaxFP()
Dint_arm64.cc664 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
675 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
714 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
1691 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); // result reg in GenInlinedReverseBits()
/art/compiler/dex/quick/x86/
Dfp_x86.cc601 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsFloat()
746 RegLocation rl_dest = InlineTarget(info); in GenInlinedMinMaxFP()
Dtarget_x86.cc1283 RegLocation rl_dest = InlineTarget(info); in GenInlinedIndexOf()
2879 RegLocation rl_dest = InlineTarget(info); in GenInlinedCharAt()
2894 RegLocation rl_dest = InlineTarget(info); in GenInlinedCurrentThread()
Dint_x86.cc815 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMax()
858 RegLocation rl_dest = size == k64 ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedPeek()
1056 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
/art/compiler/dex/quick/arm/
Dint_arm.cc740 RegLocation rl_dest = InlineTarget(info); in GenInlinedMinMax()
754 RegLocation rl_dest = InlineTarget(info); in GenInlinedPeek()
806 RegLocation rl_dest = InlineTarget(info); // boolean place for result in GenInlinedCas()
/art/compiler/dex/quick/mips/
Dint_mips.cc303 RegLocation rl_dest = InlineTarget(info); in GenInlinedPeek()