| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 118 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/ |
| D | tagged_array.cpp | 117 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()
|
| D | object_factory.cpp | 208 void ObjectFactory::InitObjectFields(const TaggedObject *object, JSTaggedValue initValue) in InitObjectFields()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 274 #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/ |
| D | array.cpp | 111 TaggedValue initValue) in CreateTagged()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | countable_loop_parser.cpp | 155 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 364 const ir::Expression *initValue) in CreateAnnotationElement() 440 const ir::Expression *initValue = prop->AsProperty()->Value(); in CreateAnnotation() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.h | 174 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 257 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/ |
| D | class_call_static_method_by_name_boolean_test.cpp | 40 void TestCombineScene(const char *className, const char *methodName, ani_boolean initValue, in TestCombineScene()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 33 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 898 auto *initValue = declNode->AsClassProperty()->OriginEnumMember()->Init(); in ProcessETSEnumType() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 478 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/ |
| D | encode_visitor.cpp | 1117 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local 1281 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local
|