Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:TryInline

8282 bool HOptimizedGraphBuilder::TryInline(Handle<JSFunction> target,
8437 // TryInline should always return true).
8608 return TryInline(expr->target(), expr->arguments()->length(), NULL,
8615 return TryInline(expr->target(), expr->arguments()->length(),
8626 return TryInline(getter, 0, NULL, ast_id, return_id, GETTER_CALL_RETURN);
8636 return TryInline(setter, 1, implicit_return_value, id, assignment_id,
8644 return TryInline(function, arguments_count, NULL, expr->id(),