Home | History | Annotate | Download | only in src

Lines Matching refs:HEnterInlined

1784 class HEnterInlined: public HTemplateInstruction<0> {
1786 static HEnterInlined* New(Zone* zone,
1795 return new(zone) HEnterInlined(closure, arguments_count, function,
1823 HEnterInlined(Handle<JSFunction> closure,