Home
last modified time | relevance | path

Searched defs:InitializeWithSpecialValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.cpp117 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t ext… in InitializeWithSpecialValue() function in panda::ecmascript::TaggedArray
216 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_… in InitializeWithSpecialValue() function in panda::ecmascript::MutantTaggedArray
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp33 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue() function in panda::ecmascript::AOTLiteralInfo