Searched defs:HEnterInlined (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2002 class HEnterInlined FINAL : public HTemplateInstruction<0> {
2004 static HEnterInlined* New(Zone* zone, HValue* context, BailoutId return_id,
2010 return new (zone) HEnterInlined(return_id, closure, closure_context,
2039 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, function in class:v8::FINAL
2070 HLeaveInlined(HEnterInlined* entry,
2086 HEnterInlined* entry_;

Completed in 121 milliseconds