Home
last modified time | relevance | path

Searched refs:LookupKeyIfExists (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dserialize.cc696 String* canonical = StringTable::LookupKeyIfExists(isolate_, &key); in PostProcessNewObject()
744 DCHECK_NULL(StringTable::LookupKeyIfExists(isolate, &key)); in CommitPostProcessedObjects()
/external/v8/src/
Dobjects.h3306 static String* LookupKeyIfExists(Isolate* isolate, HashTableKey* key);
Dobjects.cc17895 String* StringTable::LookupKeyIfExists(Isolate* isolate, HashTableKey* key) { in LookupKeyIfExists() function in v8::internal::StringTable