Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h135 EcmaString *InsertStringToTable(EcmaVM *vm, const JSHandle<EcmaString> &strHandle);
Decma_string_table.cpp406 EcmaString *EcmaStringTable::InsertStringToTable(EcmaVM *vm, const JSHandle<EcmaString> &strHandle) in InsertStringToTable() function in panda::ecmascript::EcmaStringTable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h436 V(InsertStringToTable) \
Druntime_stubs.cpp3050 DEF_RUNTIME_STUBS(InsertStringToTable) in DEF_RUNTIME_STUBS() argument
3052 RUNTIME_STUBS_HEADER(InsertStringToTable); in DEF_RUNTIME_STUBS()
3055 …static_cast<void *>(thread->GetEcmaVM()->GetEcmaStringTable()->InsertStringToTable(thread->GetEcma… in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5181 varKey = CallRuntime(glue, RTSTUB_ID(InsertStringToTable), { *varKey }); in SetPropertyByValue()
5281 varKey = CallRuntime(glue, RTSTUB_ID(InsertStringToTable), { *varKey }); in DefinePropertyByValue()
5781 keyVar = CallRuntime(glue, RTSTUB_ID(InsertStringToTable), { key }); in FastSetPropertyByName()