Home
last modified time | relevance | path

Searched refs:reload2 (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/util/
DHotSwapper.java159 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
/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c1333 HInstr* reload2 = NULL; in doRegisterAllocation() local
1334 (*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() local
1443 (*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()