Home
last modified time | relevance | path

Searched defs:storeValue (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A 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); HWTEST_F_L0() local
575 auto storeValue = acc.GetValueIn(result, 2); HWTEST_F_L0() local
609 auto storeValue = acc.GetValueIn(result, 2); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dcompiler_intrinsics.cpp182 static void SetTypedFieldPrimitive(Field *field, const VMHandle<ObjectHeader> &handleObj, T storeValue) in SetTypedFieldPrimitive() argument
243 CompilerEtsStObjByName(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, T storeValue) CompilerEtsStObjByName() argument
277 CompilerEtsStObjByNameRef(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, ark::ObjectHeader *storeValue) CompilerEtsStObjByNameRef() argument
334 CompilerEtsStObjByNameI8(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int8_t storeValue) CompilerEtsStObjByNameI8() argument
341 CompilerEtsStObjByNameI16(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int16_t storeValue) CompilerEtsStObjByNameI16() argument
348 CompilerEtsStObjByNameI32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int32_t storeValue) CompilerEtsStObjByNameI32() argument
354 CompilerEtsStObjByNameI64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, int64_t storeValue) CompilerEtsStObjByNameI64() argument
360 CompilerEtsStObjByNameF32(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, float storeValue) CompilerEtsStObjByNameF32() argument
366 CompilerEtsStObjByNameF64(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, double storeValue) CompilerEtsStObjByNameF64() argument
372 CompilerEtsStObjByNameObj(ark::Method *method, int32_t id, uint32_t pc, ark::ObjectHeader *obj, ark::ObjectHeader *storeValue) CompilerEtsStObjByNameObj() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp121 auto storeValue = graph->AddNewParameter(2U, type); in SRC_GRAPH() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp988 const auto storeValue = GetStoreValue<ComponentType>(elemClass); in TestArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2872 JSHandle<JSTaggedValue> storeValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 18 milliseconds