Home | History | Annotate | Download | only in quick

Lines Matching refs:MIR

36 struct MIR;
90 bool GenInline(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke, uint32_t method_idx)
313 static bool GenInlineConst(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke,
314 MIR* move_result, const InlineMethod& method);
315 static bool GenInlineReturnArg(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke,
316 MIR* move_result, const InlineMethod& method);
317 static bool GenInlineIGet(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke,
318 MIR* move_result, const InlineMethod& method, uint32_t method_idx);
319 static bool GenInlineIPut(MIRGraph* mir_graph, BasicBlock* bb, MIR* invoke,
320 MIR* move_result, const InlineMethod& method, uint32_t method_idx);