Searched refs:stubFunction (Results 1 – 3 of 3) sorted by relevance
60 if (!f->stubFunction) { in reportUndefined()63 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()64 f->stubFunction->markLive(); in reportUndefined()
113 if (f->stubFunction) in getChunk()114 return f->stubFunction->function; in getChunk()214 if (u->stubFunction) { in getFunctionIndex()215 return u->stubFunction->getFunctionIndex(); in getFunctionIndex()
228 DefinedFunction *stubFunction = nullptr; variable