Searched refs:SingleCharTable (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string_table.h | 180 class SingleCharTable : public TaggedArray { class 182 static SingleCharTable *Cast(TaggedObject *object) in Cast() 184 return reinterpret_cast<SingleCharTable*>(object); in Cast() 192 SingleCharTable() = default; 193 ~SingleCharTable() = default; 194 NO_COPY_SEMANTIC(SingleCharTable); 195 NO_MOVE_SEMANTIC(SingleCharTable);
|
H A D | global_env_constants.cpp | 271 SetConstant(ConstantIndex::SINGLE_CHAR_TABLE_INDEX, SingleCharTable::CreateSingleCharTable(thread)); in InitSharedMiscellanious()
|
H A D | ecma_string_table.cpp | 617 JSTaggedValue SingleCharTable::CreateSingleCharTable(JSThread *thread) in CreateSingleCharTable()
|
H A D | object_factory.h | 900 friend class SingleCharTable;
|
H A D | ecma_string.cpp | 165 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in GetSubString()
|
H A D | global_env_constants.h | 681 V(JSTaggedValue, SingleCharTable, SINGLE_CHAR_TABLE_INDEX, ecma_roots_special) \
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string_iterator.cpp | 71 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in NextInternal()
|
H A D | builtins_symbol.cpp | 95 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in SymbolDescriptiveString()
|
H A D | builtins_string.cpp | 96 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode() 257 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | number_helper.cpp | 143 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable());
|
Completed in 17 milliseconds