Searched refs:functionIt (Results 1 – 1 of 1) sorted by relevance
585 const auto &functionIt = functions.find(functionId); in EmitFunctionCall() local586 ASSERT(functionIt != functions.end()); in EmitFunctionCall()587 auto &function = functionIt->second; in EmitFunctionCall()