Searched refs:InsertStringToTableWithHashThreadUnsafe (Results 1 – 3 of 3) sorted by relevance
163 void InsertStringToTableWithHashThreadUnsafe(EcmaString* string, uint32_t hashcode);
372 void EcmaStringTable::InsertStringToTableWithHashThreadUnsafe(EcmaString* string, uint32_t hashcode) in InsertStringToTableWithHashThreadUnsafe() function in panda::ecmascript::EcmaStringTable
1352 stringTable->InsertStringToTableWithHashThreadUnsafe(str, hashcode); in DeserializeString()