Home
last modified time | relevance | path

Searched full:getandset (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/Accessor_Declarations/
Dissue-15142_6.ets21 interface GetAndSet {
27 …rovider implements GetAndSet { // TypeError: Provider is not abstract and does not override abstr…
Dissue-15142_5.ets22 interface GetAndSet {
28 class Provider implements GetAndSet {
Dissue-15142_0.ets22 interface GetAndSet {
29 class Provider implements GetAndSet {
Dissue-15142_8.ets22 interface GetAndSet {
29 class Provider implements GetAndSet {
Dissue-15142_7.ets22 interface GetAndSet {
29 class Provider implements GetAndSet {
Dissue-15142_9.ets22 interface GetAndSet {
28 class Provider implements GetAndSet {
Dissue-15142_10.ets22 interface GetAndSet {
28 class Provider implements GetAndSet {
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.polymorphic.range.yaml779 …- .function f32 panda.invoke.VarHandle.getAndSet(panda.invoke.VarHandle a0, R a1, f32 a2) <externa…
788 fmovi v7, 2.718282 # value to set by getAndSet
790 call.polymorphic.range panda.invoke.VarHandle.getAndSet, v5
Dcall.polymorphic.yaml685 …- .function f32 panda.invoke.VarHandle.getAndSet(panda.invoke.VarHandle a0, R a1, f32 a2) <externa…
694 fmovi v8, 2.718282 # value to set by getAndSet
696 call.polymorphic panda.invoke.VarHandle.getAndSet, v5, v6, v8
Dcalle.polymorphic.yaml685 …- .function f32 panda.invoke.VarHandle.getAndSet(panda.invoke.VarHandle a0, R a1, f32 a2) <externa…
694 fmovi v8, 2.718282 # value to set by getAndSet
696 calle.polymorphic panda.invoke.VarHandle.getAndSet, v5, v6, v8
Dcalle.polymorphic.range.yaml779 …- .function f32 panda.invoke.VarHandle.getAndSet(panda.invoke.VarHandle a0, R a1, f32 a2) <externa…
788 fmovi v7, 2.718282 # value to set by getAndSet
790 calle.polymorphic.range panda.invoke.VarHandle.getAndSet, v5
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp268 HWTEST_F_L0(ContainersArrayListTest, GetAndSet) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1384 /* Since GetAndSet is defined as a non-faulting operation we in EncodeUnsafeGetAndSet()