Home
last modified time | relevance | path

Searched refs:GetSingleCharTable (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string_iterator.cpp71 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in NextInternal()
H A Dbuiltins_symbol.cpp95 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in SymbolDescriptiveString()
H A Dbuiltins_string.cpp96 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode()
257 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h1295 JSTaggedValue GetSingleCharTable() const
1297 ASSERT(glueData_.globalConst_->GetSingleCharTable() != JSTaggedValue::Hole());
1298 return glueData_.globalConst_->GetSingleCharTable();
H A Decma_string.cpp165 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in GetSubString()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp392 GateRef singleCharTable = GetSingleCharTable(glue_); in NumberToString()
H A Dbuiltins_string_stub_builder.cpp77 GateRef singleCharTable = GetSingleCharTable(glue); in FromCharCode()
751 GateRef singleCharTable = GetSingleCharTable(glue); in GetSubString()
1244 GateRef singleCharTable = GetSingleCharTable(glue); in CreateStringBySingleCharCode()
1316 GateRef singleCharTable = GetSingleCharTable(glue); in CreateFromEcmaString()
2538 GateRef singleCharTable = GetSingleCharTable(glue); in StringIteratorNext()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp143 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable());
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h953 inline GateRef GetSingleCharTable(GateRef glue);
H A Dstub_builder-inl.h3507 inline GateRef StubBuilder::GetSingleCharTable(GateRef glue) in GetSingleCharTable() function in panda::ecmascript::kungfu::StubBuilder

Completed in 29 milliseconds