Searched refs:bucket (Results 1 – 1 of 1) sorted by relevance
123 InternedString** bucket = internedStrings[i]; in ~ParsingContext() local125 while ((current = *(bucket++)) != NULL) { in ~ParsingContext()311 InternedString** bucket = new InternedString*[2]; in newInternedStringBucket() local312 if (bucket != NULL) { in newInternedStringBucket()313 bucket[0] = entry; in newInternedStringBucket()314 bucket[1] = NULL; in newInternedStringBucket()316 return bucket; in newInternedStringBucket()354 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() argument356 while ((current = *(bucket++)) != NULL) { in findInternedString()376 InternedString** bucket = buckets[bucketIndex]; in internString() local[all …]