Lines Matching refs:TRACE
27 #define TRACE(...) \ macro
300 TRACE("Not inlining %s into %s because callee is not inlineable\n", in ReduceJSCall()
309 TRACE("Not inlining %s into %s because constructor is not constructable.\n", in ReduceJSCall()
319 TRACE("Not inlining %s into %s because callee is a class constructor.\n", in ReduceJSCall()
327 TRACE("Not inlining %s into %s because callee may contain break points\n", in ReduceJSCall()
343 TRACE("Not inlining %s into %s because of different native contexts\n", in ReduceJSCall()
359 TRACE("Not inlining %s into %s because call is recursive\n", in ReduceJSCall()
368 TRACE("Not inlining %s into %s because of surrounding try-block\n", in ReduceJSCall()
382 TRACE("Not inlining %s into %s because parsing failed\n", in ReduceJSCall()
396 TRACE("Not inlining %s into %s because too few arguments for strong mode\n", in ReduceJSCall()
403 TRACE("Not inlining %s into %s because deoptimization support failed\n", in ReduceJSCall()
417 TRACE("Inlining %s into %s\n", in ReduceJSCall()