Home
last modified time | relevance | path

Searched defs:oldObj (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Didle_barrier_test.cpp72 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
99 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
126 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
154 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
172 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
200 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dmarking_barrier_test.cpp114 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
143 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
294 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
321 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
348 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
376 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
404 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
422 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Denum_barrier_test.cpp98 BaseObject* oldObj = reinterpret_cast<BaseObject*>(addr); in HWTEST_F_L0() local
122 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
289 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
316 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
343 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
372 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
398 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
416 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dpost_marking_barrier_test.cpp158 BaseObject* oldObj = reinterpret_cast<BaseObject*>(addr); in HWTEST_F_L0() local
257 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
283 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
309 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
326 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
355 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
376 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dremark_barrier_test.cpp174 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
203 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
354 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
381 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
408 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
436 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
464 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
482 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dcopy_barrier_test.cpp247 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
274 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
301 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
327 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
345 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dpreforward_barrier_test.cpp257 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
284 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
311 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
337 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
355 BaseObject* oldObj = reinterpret_cast<BaseObject*>(oldAddr); in HWTEST_F_L0() local
Dark_collector_test.cpp113 BaseObject *oldObj = arkCollector->ForwardUpdateRawRef(root); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp273 BaseObject* oldObj = oldField.GetTargetObject(); in ForwardUpdateRawRef() local
300 BaseObject* oldObj = oldField.GetTargetObject(); in operator ()() local
437 BaseObject *oldObj = oldField.GetTargetObject(); in PreforwardConcurrentRoots() local
567 BaseObject *oldObj = oldField.GetTargetObject(); in GetWeakRefFieldVisitor() local
601 BaseObject *oldObj = oldField.GetTargetObject(); in GetPrefowardRefFieldVisitor() local
913 auto isSurvivor = [this](BaseObject* oldObj) { in ProcessStringTable()
922 BaseObject *oldObj = oldField.GetTargetObject(); in ProcessStringTable() local
/arkcompiler/ets_runtime/common_components/heap/tests/
Dverification_test.cpp80 BaseObject oldObj; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp108 BaseObject *oldObj = refField.GetTargetObject(); in MarkRootForDump() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3279 GateRef oldObj = GetOldObject(compilationEnv_, builder_, acc_, glue, gate); in LowerTypedCreateObjWithBuffer() local