| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | marking_barrier_test.cpp | 124 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 153 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 302 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 329 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 356 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 384 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 430 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | enum_barrier_test.cpp | 106 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 130 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 297 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 324 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 351 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 379 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 424 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | idle_barrier_test.cpp | 80 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 107 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 134 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 180 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 208 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | post_marking_barrier_test.cpp | 163 BaseObject* newObj = reinterpret_cast<BaseObject*>(newObjAddr); in HWTEST_F_L0() local 265 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 291 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 312 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 334 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 384 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | copy_barrier_test.cpp | 89 BaseObject* newObj = reinterpret_cast<BaseObject*>(reinterpret_cast<uintptr_t>(obj) | TAG_WEAK); in HWTEST_F_L0() local 255 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 282 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 308 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 353 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | remark_barrier_test.cpp | 184 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 213 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 362 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 389 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 416 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 444 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 490 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| D | preforward_barrier_test.cpp | 89 BaseObject* newObj = reinterpret_cast<BaseObject*>(reinterpret_cast<uintptr_t>(obj) | TAG_WEAK); in HWTEST_F_L0() local 265 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 292 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 318 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local 363 BaseObject* newObj = reinterpret_cast<BaseObject*>(newAddr); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | try_catch_resolving.cpp | 153 Inst *newObj, Inst *thr0w) in ConnectThrowCatchImpl() 190 auto newObj = thr0w->GetInput(0).GetInst(); in ConnectThrowCatch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | huge_object_test.cpp | 50 JSHandle<JSObject> newObj(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0() local
|
| D | weak_ref_old_gc_test.cpp | 51 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| D | ecma_container_common.h | 64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| D | object_factory_test.cpp | 51 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-evacuate-regions-worker-state-inl.h | 83 auto *newObj = static_cast<ObjectHeader *>(dst); in Evacuate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 107 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/ |
| D | quick_native.cpp | 161 ani_object newObj; in Static() local 291 ani_object newObj; in Virtual() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 250 auto newObj = graph_->CreateInstNewObject(DataType::REFERENCE, pc, initClass, saveState, in CreateNewObjectInst() local
|
| D | ir_builder.cpp | 815 auto newObj = throwInst->GetInput(0).GetInst(); in FindExceptionClass() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | run_tests.ts | 127 const newObj = { ...obj }; constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_weak_set_test.cpp | 48 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1194 uintptr_t newObj = 0; in AllocateObjectToLocalSpace() local 1405 uintptr_t newObj = 0; in DeserializeString() local 1443 uintptr_t newObj = 0; in DeserializeString() local 2002 uintptr_t newObj = GetNewObjAddress(objectSize, objectHeader); in GetNewObj() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/router_table/ |
| D | router_table_test.cpp | 88 auto newObj = ctxG.DynIsa().CreateNewobjrange(ldExternal); in TransformMethod() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/ |
| D | router_table_test.cpp | 90 auto *newObj = g_dynG->iCreateNewobjrange(ctxG, 1, ldExternal); in TransformMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 266 Label newObj(env); in GenNumberConstructor() local
|
| /arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/ |
| D | router_table_test.cpp | 154 auto *newObj = g_dynG->iCreateNewobjrange(ctxG, 1, ldExternal); in TransformMethod() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/ |
| D | router_table_test.cpp | 153 auto *newObj = g_dynG->iCreateNewobjrange(ctxG, 1, ldExternal); in TransformMethod() local
|