Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp107 panda::SpaceType spaceType, TaggedValue initValue) in CreateTagged()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h142 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t ext… in InitializeWithSpecialValue()
255 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_… in InitializeWithSpecialValue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp148 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp138 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp152 #define DECLARE_BUILTINS_WITH_STRING_STUB_BUILDER(method, resultVariableType, initValue) … argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3634 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local
3807 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local