Home
last modified time | relevance | path

Searched refs:InsertStringToTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h48 EcmaString *InsertStringToTable(const JSHandle<EcmaString> &strHandle);
Decma_string_table.cpp195 EcmaString *EcmaStringTable::InsertStringToTable(const JSHandle<EcmaString> &strHandle) in InsertStringToTable() function in panda::ecmascript::EcmaStringTable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h360 V(InsertStringToTable) \
Druntime_stubs.cpp2704 DEF_RUNTIME_STUBS(InsertStringToTable) in DEF_RUNTIME_STUBS() argument
2706 RUNTIME_STUBS_HEADER(InsertStringToTable); in DEF_RUNTIME_STUBS()
2709 static_cast<void *>(thread->GetEcmaVM()->GetEcmaStringTable()->InsertStringToTable(str))); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3926 varKey = CallRuntime(glue, RTSTUB_ID(InsertStringToTable), { *varKey }); in SetPropertyByValue()
4396 keyVar = CallRuntime(glue, RTSTUB_ID(InsertStringToTable), { key }); in FastSetPropertyByName()