patchLater       1684 core/CodegenLIR.cpp             patchLater(br, interrupt_label);
patchLater       2880 core/CodegenLIR.cpp                 patchLater(br, npe_label);
patchLater       3352 core/CodegenLIR.cpp                             patchLater(jtbl, target, i);
patchLater       5045 core/CodegenLIR.cpp             patchLater(br, mop_rangeCheckFailed_label);
patchLater       5053 core/CodegenLIR.cpp             patchLater(br, mop_rangeCheckFailed_label);
patchLater       5058 core/CodegenLIR.cpp             patchLater(br, mop_rangeCheckFailed_label);
patchLater       5216 core/CodegenLIR.cpp         patchLater(br, pc_off);
patchLater       5222 core/CodegenLIR.cpp         patchLater(br, state->verifier->getFrameState(pc_off)->label);
patchLater       5226 core/CodegenLIR.cpp         patchLater(jtbl, state->verifier->getFrameState(pc_off)->label, index);
patchLater        446 core/CodegenLIR.h         void patchLater(LIns *br, CodegenLabel &);
patchLater        447 core/CodegenLIR.h         void patchLater(LIns *br, int pc_off);
patchLater        448 core/CodegenLIR.h         void patchLater(LIns *jtbl, CodegenLabel &, uint32_t index);
patchLater        449 core/CodegenLIR.h         void patchLater(LIns *jtbl, int pc_off, uint32_t index);