| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | array.cpp | 108 CreateTagged(const PandaVM *vm, ark::BaseClass *arrayClass, ArraySizeT length, ark::SpaceType spaceType, TaggedValue initValue) CreateTagged() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | countable_loop_parser.cpp | 152 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array.cpp | 122 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() argument 129 void TaggedArray::FillRangeWithSpecialValue(JSTaggedValue initValue, uint32_t start, uint32_t end) in FillRangeWithSpecialValue() argument 223 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() argument 230 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, initValue); in InitializeWithSpecialValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_constantpool_data.cpp | 256 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.h | 321 void InitializeWithSpecialValue(JSThread *thread, JSTaggedValue initValue, in InitializeWithSpecialValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 336 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in Create() local 2505 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in ExtendTo() local
|
| /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() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | emitter.cpp | 359 CreateAnnotationElement(const std::string &propName, const ir::Expression *initValue) CreateAnnotationElement() argument 434 const ir::Expression *initValue = prop->AsProperty()->Value(); CreateAnnotation() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.h | 174 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot() argument 214 inline void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t icSlotSize, uint32_t extraLength = 0) in InitializeWithSpecialValue() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode_visitor.cpp | 1114 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local 1277 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local
|