reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
479 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) { 480 JmpBuf *buf = &thr->jmp_bufs[i]; 482 uptr sz = thr->jmp_bufs.Size(); 483 internal_memcpy(buf, &thr->jmp_bufs[sz - 1], sizeof(*buf)); 484 thr->jmp_bufs.PopBack(); 496 JmpBuf *buf = thr->jmp_bufs.PushBack(); 511 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) { 512 JmpBuf *buf = &thr->jmp_bufs[i];