Searched refs:getStackLimit (Results 1 – 8 of 8) sorted by relevance
217 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit() function
1660 virtual int32_t getStackLimit() const;
224 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit() function
225 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit() function
1276 REGEX_ASSERT(matcher.getStackLimit() == 0); in API_Match()1283 REGEX_ASSERT(matcher.getStackLimit() == 10000); in API_Match()1297 REGEX_ASSERT(matcher.getStackLimit() == 30); in API_Match()1305 REGEX_ASSERT(matcher.getStackLimit() == 1000); in API_Match()
1071 retVal = regexp->fMatcher->getStackLimit(); in uregex_getStackLimit()
2417 int32_t RegexMatcher::getStackLimit() const { in getStackLimit() function in RegexMatcher