Searched refs:LookupKeyIfExists (Results 1 – 3 of 3) sorted by relevance
696 String* canonical = StringTable::LookupKeyIfExists(isolate_, &key); in PostProcessNewObject()744 DCHECK_NULL(StringTable::LookupKeyIfExists(isolate, &key)); in CommitPostProcessedObjects()
3306 static String* LookupKeyIfExists(Isolate* isolate, HashTableKey* key);
17895 String* StringTable::LookupKeyIfExists(Isolate* isolate, HashTableKey* key) { in LookupKeyIfExists() function in v8::internal::StringTable