Home | History | Annotate | Download | only in src

Lines Matching refs:HEnterInlined

1990 class HEnterInlined V8_FINAL : public HTemplateInstruction<0> {
1992 static HEnterInlined* New(Zone* zone,
2001 return new(zone) HEnterInlined(closure, arguments_count, function,
2029 HEnterInlined(Handle<JSFunction> closure,
2062 HLeaveInlined(HEnterInlined* entry,
2078 HEnterInlined* entry_;