| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.cpp | 122 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/ |
| D | builtins_stubs.cpp | 244 #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/ |
| D | array.cpp | 110 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 | 350 const ir::Expression *initValue) in CreateAnnotationElement() 425 const ir::Expression *initValue = prop->AsProperty()->Value(); in CreateAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 825 …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/ |
| 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 | 256 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 | 34 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_… in InitializeWithSpecialValue()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 478 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/ |
| D | encode_visitor.cpp | 1114 int64_t initValue = runtime->GetClassInitializedValue(); in VisitInitClass() local 1277 int64_t initValue = runtime->GetClassInitializedValue(); in VisitLoadAndInitClass() local
|