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