Searched refs:TryInlineApiFunctionCall (Results 1 – 2 of 2) sorted by relevance
2368 bool TryInlineApiFunctionCall(Call* expr, HValue* receiver);
8961 bool HOptimizedGraphBuilder::TryInlineApiFunctionCall(Call* expr, in TryInlineApiFunctionCall() function in v8::internal::HOptimizedGraphBuilder9611 if (TryInlineApiFunctionCall(expr, receiver)) return; in VisitCall()