Home | History | Annotate | Download | only in src

Lines Matching refs:HReturn

1560 class HReturn FINAL : public HTemplateControlInstruction<0, 3> {
1562 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HReturn, HValue*, HValue*);
1563 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P1(HReturn, HValue*);
1580 HReturn(HValue* context, HValue* value, HValue* parameter_count = 0) {