Home
last modified time | relevance | path

Searched refs:move_result (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc654 MIR* move_result = nullptr; in GenInline() local
660 move_result = mir_graph->FindMoveResult(bb, invoke); in GenInline()
661 result = GenInlineConst(mir_graph, bb, invoke, move_result, method); in GenInline()
664 move_result = mir_graph->FindMoveResult(bb, invoke); in GenInline()
665 result = GenInlineReturnArg(mir_graph, bb, invoke, move_result, method); in GenInline()
668 move_result = mir_graph->FindMoveResult(bb, invoke); in GenInline()
669 result = GenInlineIGet(mir_graph, bb, invoke, move_result, method); in GenInline()
672 move_result = mir_graph->FindMoveResult(bb, invoke); in GenInline()
673 result = GenInlineIPut(mir_graph, bb, invoke, move_result, method); in GenInline()
696 if (move_result != nullptr) { in GenInline()
[all …]
Ddex_file_method_inliner.h361 MIR* move_result, const InlineMethod& method);
363 MIR* move_result, const InlineMethod& method);
365 MIR* move_result, const InlineMethod& method);
367 MIR* move_result, const InlineMethod& method);