Searched refs:InlineTarget (Results 1 – 9 of 9) sorted by relevance
898 RegLocation Mir2Lir::InlineTarget(CallInfo* info) { in InlineTarget() function in art::Mir2Lir975 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 …]
933 RegLocation InlineTarget(CallInfo* info);
454 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedRound()475 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); in GenInlinedMinMaxFP()
666 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()
624 RegLocation rl_dest = InlineTarget(info); in GenInlinedAbsFloat()772 RegLocation rl_dest = InlineTarget(info); in GenInlinedMinMaxFP()
1283 RegLocation rl_dest = InlineTarget(info); in GenInlinedIndexOf()2445 RegLocation rl_dest = InlineTarget(info); in GenInlinedCharAt()2460 RegLocation rl_dest = InlineTarget(info); in GenInlinedCurrentThread()
988 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()
774 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()
375 RegLocation rl_dest = InlineTarget(info); in GenInlinedPeek()