Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h166 void InsertStringIfNotExistThreadUnsafe(EcmaString *string);
Decma_string_table.cpp169 void EcmaStringTable::InsertStringIfNotExistThreadUnsafe(EcmaString *string) in InsertStringIfNotExistThreadUnsafe() function in panda::ecmascript::EcmaStringTable
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1552 stringTable->InsertStringIfNotExistThreadUnsafe(str); in RelocateSpaceObject()