Home
last modified time | relevance | path

Searched defs:newAddress (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmarking_barrier_test.cpp131 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
160 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
Denum_barrier_test.cpp111 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
135 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
Dremark_barrier_test.cpp191 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
220 MAddress newAddress = field.GetFieldValue(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp244 static void UpdateReturnAddress(SignalContext &signalContext, uintptr_t newAddress) in UpdateReturnAddress()