Searched defs:stackStart (Results 1 – 2 of 2) sorted by relevance
273 …uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + sizeof(CaptureState)… in PushRegExpState() local299 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + listSize; in PopRegExpState() local
536 void SetStackStart(uint64_t stackStart) in SetStackStart()