Searched defs:callSites (Results 1 – 3 of 3) sorted by relevance
266 let callSites = this.stmtToCallSitemap.get(stmt) ?? []; variable298 let callSites = this.getCallSitesByMethod(func); variable
222 let callSites = this.cg.getCallSiteByStmt(stmt); variable253 let callSites = this.cg.getCallSiteByStmt(stmt); variable890 let callSites = funcPag.getDynamicCallSites(); variable
138 const callSites = this.CHA.resolveCall( constant