Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h163 void InsertStringToTableWithHashThreadUnsafe(EcmaString* string, uint32_t hashcode);
Decma_string_table.cpp372 void EcmaStringTable::InsertStringToTableWithHashThreadUnsafe(EcmaString* string, uint32_t hashcode) in InsertStringToTableWithHashThreadUnsafe() function in panda::ecmascript::EcmaStringTable
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1352 stringTable->InsertStringToTableWithHashThreadUnsafe(str, hashcode); in DeserializeString()