Searched refs:TraceInline (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | hydrogen.cc | 7693 void HOptimizedGraphBuilder::TraceInline(Handle<JSFunction> target, in TraceInline() function in v8::internal::HOptimizedGraphBuilder 7729 TraceInline(target, caller, "target is api function"); in InliningAstSize() 7737 TraceInline(target, caller, "target text too big"); in InliningAstSize() 7743 TraceInline(target, caller, "target not inlineable"); in InliningAstSize() 7747 TraceInline(target, caller, "target contains unsupported syntax [early]"); in InliningAstSize() 7769 TraceInline(target, caller, "target AST is too large [early]"); in TryInline() 7778 TraceInline(target, caller, "inline depth limit reached"); in TryInline() 7792 TraceInline(target, caller, "target is recursive"); in TryInline() 7800 TraceInline(target, caller, "cumulative AST node limit reached"); in TryInline() 7816 TraceInline(target, caller, "parse failure"); in TryInline() [all …]
|
D | hydrogen.h | 2384 void TraceInline(Handle<JSFunction> target,
|