| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | idle_barrier_test.cpp | 72 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
|
| D | marking_barrier_test.cpp | 114 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
|
| D | enum_barrier_test.cpp | 98 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
|
| D | post_marking_barrier_test.cpp | 158 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
|
| D | remark_barrier_test.cpp | 174 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
|
| D | copy_barrier_test.cpp | 247 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
|
| D | preforward_barrier_test.cpp | 257 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
|
| D | ark_collector_test.cpp | 113 BaseObject *oldObj = arkCollector->ForwardUpdateRawRef(root); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.cpp | 273 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/ |
| D | verification_test.cpp | 80 BaseObject oldObj; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | rawheap_dump.cpp | 108 BaseObject *oldObj = refField.GetTargetObject(); in MarkRootForDump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3279 GateRef oldObj = GetOldObject(compilationEnv_, builder_, acc_, glue, gate); in LowerTypedCreateObjWithBuffer() local
|