Searched refs:TryCompileFunctionCallOrNewExpression (Results 1 – 3 of 3) sorted by relevance
80 if (pg->TryCompileFunctionCallOrNewExpression(realCallee)) { in Compile()
512 bool TryCompileFunctionCallOrNewExpression(const ir::Expression *expr);
2165 bool PandaGen::TryCompileFunctionCallOrNewExpression(const ir::Expression *expr) in TryCompileFunctionCallOrNewExpression() function in panda::es2panda::compiler::PandaGen