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