Searched refs:allocateStackData (Results 1 – 6 of 6) sorted by relevance
295 allocateStackData(RESTACKFRAME_HDRCOUNT); in compile()467 int32_t varsLoc = allocateStackData(3); // Reserve three slots in match stack frame. in doParseActions()801 frameLoc = allocateStackData(1); in doParseActions()819 frameLoc = allocateStackData(1); in doParseActions()834 frameLoc = allocateStackData(1); in doParseActions()934 dataLoc = allocateStackData(1); in doParseActions()952 dataLoc = allocateStackData(1); in doParseActions()968 dataLoc = allocateStackData(1); in doParseActions()2104 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData() function in RegexCompile2473 int32_t counterLoc = allocateStackData(dataSize); in compileInterval()
111 …int32_t allocateStackData(int32_t size); // Allocate space in the match back-track stack f…
115 …int32_t allocateStackData(int32_t size); // Allocate space in the match back-track stack f…