Searched refs:allocateStackData (Results 1 – 3 of 3) sorted by relevance
115 …int32_t allocateStackData(int32_t size); // Allocate space in the match back-track stack f…
300 allocateStackData(RESTACKFRAME_HDRCOUNT); in compile()472 int32_t varsLoc = allocateStackData(3); // Reserve three slots in match stack frame. in doParseActions()806 frameLoc = allocateStackData(1); in doParseActions()824 frameLoc = allocateStackData(1); in doParseActions()839 frameLoc = allocateStackData(1); in doParseActions()939 dataLoc = allocateStackData(1); in doParseActions()957 dataLoc = allocateStackData(1); in doParseActions()973 dataLoc = allocateStackData(1); in doParseActions()2106 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData() function in RegexCompile2471 int32_t counterLoc = allocateStackData(dataSize); in compileInterval()