Home | History | Annotate | Download | only in src

Lines Matching refs:shared

118       function->shared()->code()->type_feedback_info();
160 SharedFunctionInfo* shared = function->shared();
162 if (!shared->code()->optimizable()) return;
167 if (shared->uses_arguments()) return;
197 Code* unoptimized_code = shared->code();
268 Code* shared_code = function->shared()->code();
280 if (function->shared()->optimization_disabled()) continue;
286 if (function->shared()->is_toplevel()
288 || function->shared()->SourceSize() > kMaxToplevelSourceSize)) {
332 int function_size = function->shared()->SourceSize();