Home
last modified time | relevance | path

Searched defs:storeValue (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp181 …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/
Dtyped_array_lowering_test.cpp409 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/
Dmcr_lowering.cpp1007 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
Dnew_object_stub_builder.cpp769 Label storeValue(env); in ExtendArray() local
900 Label storeValue(env); in CopyArray() local
1613 Label storeValue(env); in InitializeWithSpeicalValue() local
Dstub_builder.cpp9211 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/
Dbuiltins_function_stub_builder.cpp294 Label storeValue(env); in BuildArgumentsListFastElements() local
331 Label storeValue(env); in BuildArgumentsListFastElements() local
Dbuiltins_object_stub_builder.cpp114 Label storeValue(env); in CreateListFromArrayLike() local
965 Label storeValue(env); in CopyFromEnumCache() local
Dbuiltins_typedarray_stub_builder.cpp197 Label storeValue(env); in FastCopyElementToArray() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp121 auto storeValue = graph->AddNewParameter(2U, type); in SRC_GRAPH() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp988 const auto storeValue = GetStoreValue<ComponentType>(elemClass); in TestArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2880 …JSHandle<JSTaggedValue> storeValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS() local