Lines Matching refs:allocateData
536 int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr.
581 int32_t dataLoc = allocateData(2);
613 int32_t dataLoc = allocateData(2);
654 int32_t dataLoc = allocateData(4);
706 int32_t dataLoc = allocateData(4);
1063 int32_t varLoc = allocateData(1); // Reserve a data location for saving the
1372 int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr.
1403 int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr.
1435 int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr.
2062 // allocateData() Allocate storage in the matcher's static data area.
2069 int32_t RegexCompile::allocateData(int32_t size) {