Home | History | Annotate | Download | only in src

Lines Matching refs:optimizable

8054   // If the function is not optimizable or debugger is active continue using the
8056 if (!function->shared()->code()->optimizable() ||
8061 PrintF(": is code optimizable: %s, is debugger enabled: %s]\n",
8062 function->shared()->code()->optimizable() ? "T" : "F",
8282 bool succeeded = unoptimized->optimizable();