Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp73 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in NextInternal() local
Dbuiltins_symbol.cpp95 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in SymbolDescriptiveString() local
Dbuiltins_string.cpp92 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode() local
253 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp389 GateRef singleCharTable = GetSingleCharTable(glue_); in NumberToString() local
Dbuiltins_string_stub_builder.cpp79 GateRef singleCharTable = GetSingleCharTable(glue); in FromCharCode() local
742 GateRef singleCharTable = GetSingleCharTable(glue); in GetSubString() local
1201 GateRef singleCharTable = GetSingleCharTable(glue); in CreateStringBySingleCharCode() local
1273 GateRef singleCharTable = GetSingleCharTable(glue); in CreateFromEcmaString() local
2849 GateRef singleCharTable = GetSingleCharTable(glue); in StringIteratorNext() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1174 JSHandle<SingleCharTable> singleCharTable(thread_, thread_->GetSingleCharTable()); in ParseString() local
Dnumber_helper.cpp146 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.cpp3353 … GateRef singleCharTable = builder_.GetGlobalConstantValue(ConstantIndex::SINGLE_CHAR_TABLE_INDEX); in LowerStringFromSingleCharCode() local