Searched refs:TryInlineConstruct (Results 1 – 2 of 2) sorted by relevance
2345 bool TryInlineConstruct(CallNew* expr, HValue* implicit_return_value);
8370 bool HOptimizedGraphBuilder::TryInlineConstruct(CallNew* expr, in TryInlineConstruct() function in v8::internal::HOptimizedGraphBuilder9824 if (TryInlineConstruct(expr, receiver)) { in VisitCallNew()