Home
last modified time | relevance | path

Searched defs:initValue (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Darray.cpp108 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 Dcountable_loop_parser.cpp152 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.cpp122 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 Dsnapshot_constantpool_data.cpp256 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h321 void InitializeWithSpecialValue(JSThread *thread, JSTaggedValue initValue, in InitializeWithSpecialValue() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp336 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 Daot_file_manager.cpp35 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_t extraLength) in InitializeWithSpecialValue() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp359 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 Dprofile_type_info.h174 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 Dencode_visitor.cpp1114 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local
1277 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local

Completed in 19 milliseconds