Home
last modified time | relevance | path

Searched defs:initValue (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.cpp122 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t ext… in InitializeWithSpecialValue()
129 void TaggedArray::FillRangeWithSpecialValue(JSTaggedValue initValue, uint32_t start, uint32_t end) in FillRangeWithSpecialValue()
223 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_… in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp244 #define DECLARE_BUILTINS_STUB_BUILDER(method, type, initValue, ...) … argument
262 #define DECLARE_BUILTINS_STUB_BUILDER1(method, type, initValue, ...) … argument
350 #define DECLARE_AOT_AND_BUILTINS_STUB_BUILDER(stubName, method, type, initValue) … argument
406 #define DECLARE_CONTAINERS_STUB_BUILDER(method, type, initValue) … in AOT_AND_BUILTINS_STUB_LIST_WITH_METHOD() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp110 TaggedValue initValue) in CreateTagged()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp155 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp350 const ir::Expression *initValue) in CreateAnnotationElement()
425 const ir::Expression *initValue = prop->AsProperty()->Value(); in CreateAnnotation() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp825 …auto *initValue = init->AsMemberExpression()->PropVar()->Declaration()->Node()->AsTSEnumMember()->… in GenCustomAnnotationElement() local
831 …auto *initValue = init->AsMemberExpression()->PropVar()->Declaration()->Node()->AsTSEnumMember()->… in GenCustomAnnotationElement() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.h174 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp256 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp34 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp478 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in Create() local
2531 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in ExtendTo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1114 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local
1277 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local