Lines Matching defs:function
142 // The projection is requesting the inlinee function context.
300 // This reducer can handle both normal function calls as well a constructor
301 // calls whenever the target is a constant function object, as follows:
305 JSFunctionRef function = match.Ref(broker()).AsJSFunction();
307 // The function might have not been called yet.
308 if (!function.feedback_vector(broker()->dependencies()).has_value()) {
320 if (!function.native_context().equals(broker()->target_native_context())) {
324 return function.shared();
356 JSFunctionRef function = match.Ref(broker()).AsJSFunction();
358 CHECK(function.feedback_vector(broker()->dependencies()).has_value());
361 *context_out = jsgraph()->Constant(function.context());
362 return function.raw_feedback_cell(broker()->dependencies());
407 // still return the result of the Wasm function call.
482 // The function is no longer inlineable. The only way this can happen is if
483 // the function had its optimization disabled in the meantime, e.g. because
491 // won't notice if the function's optimization is disabled after this point.
520 << " because call has exceeded the maximum depth for function "
558 // After this point, we've made a decision to inline this function.
563 // Remember that we inlined this function.