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