Searched refs:TraceInline (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7931 void HOptimizedGraphBuilder::TraceInline(Handle<JSFunction> target, in TraceInline() function in v8::internal::HOptimizedGraphBuilder 7973 TraceInline(target, caller, "target is api function"); in InliningAstSize() 7981 TraceInline(target, caller, "target text too big"); in InliningAstSize() 7988 TraceInline(target, caller, "target not inlineable"); in InliningAstSize() 7992 TraceInline(target, caller, "target contains unsupported syntax [early]"); in InliningAstSize() 8015 TraceInline(target, caller, "target AST is too large [early]"); in TryInline() 8024 TraceInline(target, caller, "inline depth limit reached"); in TryInline() 8038 TraceInline(target, caller, "target is recursive"); in TryInline() 8047 TraceInline(target, caller, "cumulative AST node limit reached"); in TryInline() 8064 TraceInline(target, caller, "target is classConstructor"); in TryInline() [all …]
|
D | hydrogen.h | 2393 void TraceInline(Handle<JSFunction> target, Handle<JSFunction> caller,
|