Lines Matching defs:function
58 // it doesn't make much sense to inline this function now.
76 JSFunctionRef const& function) {
78 function.raw_feedback_cell(broker->dependencies());
82 function.shared().equals(feedback_cell.shared_function_info().value()));
98 JSFunctionRef function = m.Ref(broker()).AsJSFunction();
99 out.functions[0] = function;
100 if (CanConsiderForInlining(broker(), function)) {
101 out.bytecode[0] = function.shared().GetBytecodeArray();
120 JSFunctionRef function = out.functions[n].value();
121 if (CanConsiderForInlining(broker(), function)) {
122 out.bytecode[n] = function.shared().GetBytecodeArray();
202 // JSInliner will check this again and not actually inline the function in
210 // cases where f() is a small dispatch function that calls the appropriate
211 // function. In the case of direct recursion, we only have some static
230 JSFunctionRef function = candidate.functions[i].value();
231 inlined_bytecode_size = function.code().GetInlinedBytecodeSize();
268 TRACE("Inlining small function(s) at call site #"
296 // exposed by this function would be given a chance to inline.
551 // This corresponds to the most common pattern, where the function is
825 JSFunctionRef function = candidate.functions[i].value();
827 function.code().GetInlinedBytecodeSize();