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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1958 HConstant* closure_context, int arguments_count,
1962 return new (zone) HEnterInlined(return_id, closure, closure_context,
1974 HConstant* closure_context() const { return closure_context_; } function in class:final
1995 HConstant* closure_context, int arguments_count,
2002 closure_context_(closure_context),
1956 New(Isolate* isolate, Zone* zone, HValue* context, BailoutId return_id, Handle<JSFunction> closure, HConstant* closure_context, int arguments_count, FunctionLiteral* function, InliningKind inlining_kind, Variable* arguments_var, HArgumentsObject* arguments_object) argument
1994 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, HConstant* closure_context, int arguments_count, FunctionLiteral* function, InliningKind inlining_kind, Variable* arguments_var, HArgumentsObject* arguments_object, Zone* zone) argument

Completed in 80 milliseconds