Searched refs:allocateStackData (Results 1 – 2 of 2) sorted by relevance
115 …int32_t allocateStackData(int32_t size); // Allocate space in the match back-track stack f…
302 allocateStackData(RESTACKFRAME_HDRCOUNT); in compile()474 int32_t varsLoc = allocateStackData(3); // Reserve three slots in match stack frame. in doParseActions()789 frameLoc = allocateStackData(1); in doParseActions()807 frameLoc = allocateStackData(1); in doParseActions()822 frameLoc = allocateStackData(1); in doParseActions()922 dataLoc = allocateStackData(1); in doParseActions()940 dataLoc = allocateStackData(1); in doParseActions()956 dataLoc = allocateStackData(1); in doParseActions()2095 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData() function in RegexCompile2444 int32_t counterLoc = allocateStackData(dataSize); in compileInterval()