Searched defs:InitializeWithSpecialValue (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array.cpp | 122 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::TaggedArray 223 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::MutantTaggedArray
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.h | 321 void InitializeWithSpecialValue(JSThread *thread, JSTaggedValue initValue, in InitializeWithSpecialValue() function in panda::ecmascript::ConstantPool
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 35 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::AOTLiteralInfo
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.h | 214 inline void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t icSlotSize, uint32_t extraLength = 0) in InitializeWithSpecialValue() function in panda::ecmascript::ProfileTypeInfo
|
Completed in 5 milliseconds