Searched refs:InsertStringToTableWithHashThreadUnsafe (Results 1 – 3 of 3) sorted by relevance
435 …void InsertStringToTableWithHashThreadUnsafe(JSThread *thread, EcmaString *string, uint32_t hashco…
385 void EcmaStringTable::InsertStringToTableWithHashThreadUnsafe(JSThread *thread, EcmaString *string,… in InsertStringToTableWithHashThreadUnsafe() function in panda::ecmascript::EcmaStringTable
1462 stringTable->InsertStringToTableWithHashThreadUnsafe(thread, str, hashcode); in DeserializeString()