Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp118 uint64_t initValue = 0; in HWTEST_F_L0() local
127 uint64_t initValue = 0; in HWTEST_F_L0() local
136 uint64_t initValue = 0; in HWTEST_F_L0() local
145 uint64_t initValue = 0; in HWTEST_F_L0() local
188 uint64_t initValue = reinterpret_cast<uint64_t>(dummyObj.get()); in HWTEST_F_L0() local
198 uint64_t initValue = reinterpret_cast<uint64_t>(dummyObj.get()); in HWTEST_F_L0() local
235 TestStruct* initValue = new TestStruct{42, 3.14}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.cpp117 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t ext… in InitializeWithSpecialValue()
125 void TaggedArray::FillRangeWithSpecialValue(JSTaggedValue initValue, uint32_t start, uint32_t end) in FillRangeWithSpecialValue()
216 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_… in InitializeWithSpecialValue()
Dobject_factory.cpp208 void ObjectFactory::InitObjectFields(const TaggedObject *object, JSTaggedValue initValue) in InitObjectFields()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp274 #define DECLARE_BUILTINS_STUB_BUILDER(method, type, initValue, ...) … argument
293 #define DECLARE_BUILTINS_STUB_BUILDER1(method, type, initValue, ...) … argument
384 #define DECLARE_AOT_AND_BUILTINS_STUB_BUILDER(stubName, method, type, initValue) … argument
442 #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.cpp111 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.cpp364 const ir::Expression *initValue) in CreateAnnotationElement()
440 const ir::Expression *initValue = prop->AsProperty()->Value(); in CreateAnnotation() 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.cpp257 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_call_static_method_by_name_boolean_test.cpp40 void TestCombineScene(const char *className, const char *methodName, ani_boolean initValue, in TestCombineScene()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp33 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp898 auto *initValue = declNode->AsClassProperty()->OriginEnumMember()->Init(); in ProcessETSEnumType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp478 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in Create() local
2514 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in ExtendTo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1117 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local
1281 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local