Home | History | Annotate | Download | only in src

Lines Matching refs:HReturn

1531 class HReturn V8_FINAL : public HTemplateControlInstruction<0, 3> {
1533 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HReturn, HValue*, HValue*);
1534 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P1(HReturn, HValue*);
1551 HReturn(HValue* context, HValue* value, HValue* parameter_count = 0) {