Home
last modified time | relevance | path

Searched defs:singleCharTable (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp71 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in NextInternal() local
Dbuiltins_string.cpp96 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode() local
257 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp392 GateRef singleCharTable = GetSingleCharTable(glue_); in NumberToString() local
Dbuiltins_string_stub_builder.cpp77 GateRef singleCharTable = GetSingleCharTable(glue); in FromCharCode() local
702 GateRef singleCharTable = GetSingleCharTable(glue); in GetSubString() local
1195 GateRef singleCharTable = GetSingleCharTable(glue); in CreateStringBySingleCharCode() local
1267 GateRef singleCharTable = GetSingleCharTable(glue); in CreateFromEcmaString() local
2443 GateRef singleCharTable = GetSingleCharTable(glue); in StringIteratorNext() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp143 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in Int32ToString() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp164 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in GetSubString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3397 … GateRef singleCharTable = builder_.GetGlobalConstantValue(ConstantIndex::SINGLE_CHAR_TABLE_INDEX); in LowerStringFromSingleCharCode() local