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…
303 allocateStackData(RESTACKFRAME_HDRCOUNT); in compile()475 int32_t varsLoc = allocateStackData(3); // Reserve three slots in match stack frame. in doParseActions()790 frameLoc = allocateStackData(1); in doParseActions()808 frameLoc = allocateStackData(1); in doParseActions()823 frameLoc = allocateStackData(1); in doParseActions()923 dataLoc = allocateStackData(1); in doParseActions()941 dataLoc = allocateStackData(1); in doParseActions()957 dataLoc = allocateStackData(1); in doParseActions()2096 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData() function in RegexCompile2445 int32_t counterLoc = allocateStackData(dataSize); in compileInterval()