Exemplo n.º 1
0
 private static void updateCallSite(Instr instr, IRScope scope, Integer scopeVersion) {
   if (instr instanceof CallBase) {
     callerSite.s = scope;
     callerSite.v = scopeVersion;
     callerSite.call = (CallBase) instr;
   }
 }