Searched refs:CopyObject (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | barrier_test.cpp | 52 Barriers::CopyObject<true, false>(thread, to, from, arrayLength); in HWTEST_F_L0() 115 Barriers::CopyObject<true, false>(thread, to2, from2, arrayLength); in HWTEST_F_L0() 149 Barriers::CopyObject<true, false>(thread, to, from, arrayLength); in HWTEST_F_L0() 205 Barriers::CopyObject<true, false>(thread, to, from, arrayLength); in HWTEST_F_L0() 259 Barriers::CopyObject<true, false>(thread, to, from, arrayLength); in HWTEST_F_L0() 327 Barriers::CopyObject<true, false>(thread, to, from, arrayLength); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array-inl.h | 77 Barriers::CopyObject<needBarrier, false>(thread, to, from, count);
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers.h | 52 static void CopyObject(const JSThread *thread, JSTaggedValue* dst, JSTaggedValue* src, size_t count);
|
H A D | barriers-inl.h | 33 // NOTE: The logic in WriteBarrier should be synced with CopyObject. in WriteBarrier() 34 // if any new feature/bugfix be added in WriteBarrier, it should also be added to CopyObject. in WriteBarrier() 119 void Barriers::CopyObject(const JSThread* thread, JSTaggedValue* dst, JSTaggedValue* src, size_t count) in CopyObject() function in panda::ecmascript::Barriers 121 // NOTE: The logic in CopyObject should be synced with WriteBarrier. in CopyObject() 122 // if any new feature/bugfix be added in CopyObject, it should also be added to WriteBarrier. in CopyObject()
|
Completed in 2 milliseconds