Searched refs:reload2 (Results 1 – 2 of 2) sorted by relevance
159 reload2(map, className); in reload()182 reload2(map, className + " etc."); in reload()193 private void reload2(Map map, String msg) { in reload2() method in HotSwapper
1333 HInstr* reload2 = NULL; in doRegisterAllocation() local1334 (*genReload)( &reload1, &reload2, rreg_state[k].rreg, in doRegisterAllocation()1336 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()1339 if (reload2) in doRegisterAllocation()1340 EMIT_INSTR(reload2); in doRegisterAllocation()1442 HInstr* reload2 = NULL; in doRegisterAllocation() local1443 (*genReload)( &reload1, &reload2, rreg_state[spillee].rreg, in doRegisterAllocation()1445 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()1448 if (reload2) in doRegisterAllocation()1449 EMIT_INSTR(reload2); in doRegisterAllocation()