| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | compiler_intrinsics.cpp | 181 …ic void SetTypedFieldPrimitive(Field *field, const VMHandle<ObjectHeader> &handleObj, T storeValue) in SetTypedFieldPrimitive() 242 …rEtsStObjByName(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, T storeValue) in CompilerEtsStObjByName() 277 ark::ObjectHeader *storeValue) in CompilerEtsStObjByNameRef() 334 int8_t storeValue) in CompilerEtsStObjByNameI8() 341 int16_t storeValue) in CompilerEtsStObjByNameI16() 348 int32_t storeValue) in CompilerEtsStObjByNameI32() 354 int64_t storeValue) in CompilerEtsStObjByNameI64() 360 float storeValue) in CompilerEtsStObjByNameF32() 366 double storeValue) in CompilerEtsStObjByNameF64() 372 ark::ObjectHeader *storeValue) in CompilerEtsStObjByNameObj()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | typed_array_lowering_test.cpp | 409 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 441 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 473 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 507 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 541 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 575 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local 609 auto storeValue = acc.GetValueIn(result, 2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 1007 Label storeValue(&builder_); in InitializeWithSpeicalValue() local 1058 Label storeValue(&builder_); in LowerMigrateFromRawValueToHeapValues() local 1145 Label storeValue(&builder_); in LowerMigrateFromHeapValueToRawValue() local 1225 Label storeValue(&builder_); in LowerMigrateFromHoleIntToHoleNumber() local 1273 Label storeValue(&builder_); in LowerMigrateFromHoleNumberToHoleInt() local
|
| D | new_object_stub_builder.cpp | 769 Label storeValue(env); in ExtendArray() local 900 Label storeValue(env); in CopyArray() local 1613 Label storeValue(env); in InitializeWithSpeicalValue() local
|
| D | stub_builder.cpp | 9211 Label storeValue(env); in AppendSkipHole() local 9571 Label storeValue(env); in CopyJSArrayToTaggedArrayArgs() local 9738 Label storeValue(env); in MigrateFromRawValueToHeapValues() local 9823 Label storeValue(env); in MigrateFromHeapValueToRawValue() local 9904 Label storeValue(env); in MigrateFromHoleIntToHoleNumber() local 9953 Label storeValue(env); in MigrateFromHoleNumberToHoleInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 294 Label storeValue(env); in BuildArgumentsListFastElements() local 331 Label storeValue(env); in BuildArgumentsListFastElements() local
|
| D | builtins_object_stub_builder.cpp | 114 Label storeValue(env); in CreateListFromArrayLike() local 965 Label storeValue(env); in CopyFromEnumCache() local
|
| D | builtins_typedarray_stub_builder.cpp | 197 Label storeValue(env); in FastCopyElementToArray() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 121 auto storeValue = graph->AddNewParameter(2U, type); in SRC_GRAPH() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 988 const auto storeValue = GetStoreValue<ComponentType>(elemClass); in TestArray() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2880 …JSHandle<JSTaggedValue> storeValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS() local
|