Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:TryInline

8043 bool HOptimizedGraphBuilder::TryInline(Handle<JSFunction> target,
8195 // TryInline should always return true).
8363 return TryInline(expr->target(), expr->arguments()->length(), NULL,
8371 return TryInline(expr->target(), expr->arguments()->length(),
8384 TryInline(getter_function, 0, NULL, ast_id, return_id,
8397 TryInline(Handle<JSFunction>::cast(setter), 1, implicit_return_value,
8406 return TryInline(function, arguments_count, NULL, expr->id(),