Searched defs:initValue (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.cpp | 131 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t ext… in InitializeWithSpecialValue() 138 void TaggedArray::FillRangeWithSpecialValue(JSTaggedValue initValue, uint32_t start, uint32_t end) in FillRangeWithSpecialValue() 234 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_… in InitializeWithSpecialValue()
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 109 TaggedValue initValue) in CreateTagged()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 242 #define DECLARE_BUILTINS_STUB_BUILDER(method, type, initValue) … argument 260 #define DECLARE_BUILTINS_STUB_BUILDER1(method, type, initValue) … argument 348 #define DECLARE_AOT_AND_BUILTINS_STUB_BUILDER(stubName, method, type, initValue) … argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | countable_loop_parser.cpp | 152 uint64_t initValue = loopInfo.init->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.h | 172 inline void SetPrimitiveOfSlot(JSTaggedValue initValue, uint32_t icSlotSize) in SetPrimitiveOfSlot()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 258 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 35 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 336 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in Create() local 2331 JSHandle<JSTaggedValue> initValue = GetCallArg(argv, 1); in ExtendTo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 1113 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local 1269 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local
|