| /arkcompiler/ets_runtime/test/sharedtest/check/ |
| D | expect_output.txt | 3 # you may not use this file except in compliance with the License. 17 Success update propString to null with stobjbyname 18 Success update subClassPropSendable to null with stobjbyname 19 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi… 20 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi… 22 Fail to update propString to undefined with stobjbyname. err: TypeError: Cannot set sendable proper… 23 …o update subClassPropSendable to undefined with stobjbyname. err: TypeError: Cannot set sendable p… 24 Fail to update propNumber to undefined with stobjbyname. err: TypeError: Cannot set sendable proper… 25 Fail to update propNumber to undefined with stobjbyname. err: TypeError: Cannot set sendable proper… 26 Success update subClassPropString with defineProperties [all …]
|
| D | sharedcheck.ts | 4 * you may not use this file except in compliance with the License. 27 * you may not use this file except in compliance with the License. 125 print("Success to extend prop with defineProperty") 127 print("Fail to extend prop with defineProperty. err: " + error); 132 print("Success extend prop1 with defineProperty") 134 print("Fail to extend prop1 with defineProperty. err: " + error) 139 print("Success extend prop2 with defineProperties") 141 print("Fail to extend prop2 with defineProperties. err: " + error) 146 print("Success extend prop3 with stobjbyname") 148 print("Fail to extend prop3 with stobjbyname. err: " + error) [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 4 * you may not use this file except in compliance with the License. 33 // Atomic with release order reason: data race with hooks_ in SetHooks() 60 // Atomic with acquire order reason: data race with hooks_ in Breakpoint() 65 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Breakpoint() 72 // Atomic with acquire order reason: data race with hooks_ in LoadModule() 77 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in LoadModule() 84 // Atomic with acquire order reason: data race with hooks_ in Paused() 89 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Paused() 97 // Atomic with acquire order reason: data race with hooks_ in Exception() 102 // Atomic with acquire order reason: data race with vmdeath_did_not_happen_ in Exception() [all …]
|
| D | debug_inf.cpp | 4 * you may not use this file except in compliance with the License. 103 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in Lock() 112 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in UnLock() 121 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 129 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in AddCodeMetaInfoImpl() 140 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 160 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl() 164 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl() 168 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in DelCodeMetaInfoImpl()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 4 * you may not use this file except in compliance with the License. 33 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate() 41 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved() 57 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree() 64 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated() 71 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed() 82 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap() 96 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap() 112 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() 117 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() [all …]
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 4 * you may not use this file except in compliance with the License. 34 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate() 42 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved() 58 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree() 65 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated() 72 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed() 83 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap() 97 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap() 113 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() 118 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 4 * you may not use this file except in compliance with the License. 169 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in Method() 182 …// Atomic with relaxed order reason: data race with native_pointer_ with no synchronization or ord… in Method() 186 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in Method() 361 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint() 368 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint() 375 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in SetCompiledEntryPoint() 396 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompilationStatus() 409 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in SetCompilationStatus() 413 …// Atomic with release order reason: data race with access_flags_ with dependecies on writes befor… in SetCompilationStatus() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats.cpp | 4 * you may not use this file except in compliance with the License. 39 …// Atomic with acq_rel order reason: data race with humongous_objects_allocated_ with dependecies … in RecordAllocateObjects() 43 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordAllocateObjects() 56 …// Atomic with acq_rel order reason: data race with last_young_objects_moved_bytes_ with dependeci… in RecordYoungMovedObjects() 59 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordYoungMovedObjects() 72 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordTenuredMovedObjects() 90 …// Atomic with acq_rel order reason: data race with humongous_objects_freed_ with dependecies on r… in RecordFreeObjects() 94 …// Atomic with acq_rel order reason: data race with objects_freed_ with dependecies on reads after… in RecordFreeObjects() 119 …// Atomic with acquire order reason: data race with objects_allocated_ with dependecies on reads a… in GetTotalObjectsAllocated() 127 …// Atomic with acquire order reason: data race with objects_freed_ with dependecies on reads after… in GetTotalObjectsFreed() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_data.h | 4 * you may not use this file except in compliance with the License. 57 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in UpdateInlineCaches() 77 …// Atomic with release order reason: data race with classes_ with dependecies on writes before the… in UpdateInlineCaches() 84 …// Atomic with acquire order reason: data race with bytecode_pc_ with dependecies on reads after t… in GetBytecodePc() 91 …// Atomic with release order reason: data race with bytecode_pc_ with dependecies on writes before… in SetBytecodePc() 101 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in GetClassesCopy() 117 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in GetClassesCount() 131 …// Atomic with acquire order reason: data race with classes_ with dependecies on reads after the l… in IsMegamorphic() 155 // Atomic with relaxed order reason: data race with pc_ in Init() 157 // Atomic with relaxed order reason: data race with taken_counter_ in Init() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | lock_free_queue.cpp | 4 * you may not use this file except in compliance with the License. 25 // Atomic with acquire order reason: to sync with push in other threads in Push() 28 // Atomic with acquire order reason: to sync with push in other threads in Push() 30 // Atomic with acquire order reason: to sync with push in other threads in Push() 52 // Atomic with acquire order reason: to sync with push in other threads in Pop() 54 // Atomic with acquire order reason: to sync with push in other threads in Pop() 56 // Atomic with acquire order reason: to sync with push in other threads in Pop() 58 // Atomic with acquire order reason: to sync with push in other threads in Pop() 85 // Atomic with acquire order reason: to sync with push in other threads in FindValue() 87 // Atomic with acquire order reason: to sync with push in other threads in FindValue()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | GoodRadixTest.ets | 4 * you may not use this file except in compliance with the License. 18 …t(checkGoodRadix(Double.POSITIVE_INFINITY, 2, "Infinity"), "Check Positive Infinity with radix 2"); 19 …(checkGoodRadix(Double.NEGATIVE_INFINITY, 2, "-Infinity"), "Check Negatibe Infinity with radix 2"); 20 failures += test(checkGoodRadix(Double.NaN, 2, "NaN"), "Check Nan with radix 2"); 22 …t(checkGoodRadix(Double.POSITIVE_INFINITY, 8, "Infinity"), "Check Positive Infinity with radix 8"); 23 …(checkGoodRadix(Double.NEGATIVE_INFINITY, 8, "-Infinity"), "Check Negatibe Infinity with radix 8"); 24 failures += test(checkGoodRadix(Double.NaN, 8, "NaN"), "Check Nan with radix 8"); 26 …checkGoodRadix(Double.POSITIVE_INFINITY, 10, "Infinity"), "Check Positive Infinity with radix 10"); 27 …heckGoodRadix(Double.NEGATIVE_INFINITY, 10, "-Infinity"), "Check Negatibe Infinity with radix 10"); 28 failures += test(checkGoodRadix(Double.NaN, 10, "NaN"), "Check Nan with radix 10"); [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
| D | gallery.log | 5 …in/ets/operation/AlbumSetDeleteMenuOperation.ts (52, 36): Arrow functions with omitted parameter t… 6 …ain/ets/operation/AlbumSetDeleteMenuOperation.ts (53, 84): Array literals with no context Array ty… 7 …ain/ets/operation/AlbumSetDeleteMenuOperation.ts (94, 81): Array literals with no context Array ty… 8 …c/main/ets/operation/AlbumSetDeleteMenuOperation.ts (107, 9): "&&" or "||" with non-boolean operand 9 …in/ets/operation/AlbumSetDeleteMenuOperation.ts (109, 84): Array literals with no context Array ty… 22 …ain/ets/operation/AlbumSetRenameMenuOperation.ts (67, 13): Array literals with no context Array ty… 23 …rc/main/ets/operation/AlbumSetRenameMenuOperation.ts (75, 9): "&&" or "||" with non-boolean operand 24 …c/main/ets/operation/AlbumSetRenameMenuOperation.ts (107, 9): "&&" or "||" with non-boolean operand 25 …c/main/ets/operation/AlbumSetRenameMenuOperation.ts (112, 9): "&&" or "||" with non-boolean operand 36 …c/main/ets/operation/GotoPhotosMenuOperation.ts (45, 24): Object literals with no context Class or… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | std_core_array.ets | 4 * you may not use this file except in compliance with the License. 20 {% include 'utils/test_core_array_lib.j2' with context %} 27 {% include 'utils/test_core_array_lib.j2' with context %} 34 {% include 'utils/test_core_array_lib.j2' with context %} 41 {% include 'utils/test_core_array_lib.j2' with context %} 48 {% include 'utils/test_core_array_lib.j2' with context %} 55 {% include 'utils/test_core_array_lib.j2' with context %} 62 {% include 'utils/test_core_array_lib.j2' with context %} 69 {% include 'utils/test_core_array_lib.j2' with context %} 76 {% include 'utils/test_core_array_lib.j2' with context %} [all …]
|
| /arkcompiler/ets_frontend/es2panda/lexer/scripts/ |
| D | keywords.rb | 4 # you may not use this file except in compliance with the License. 20 # keywords start with 'a' 32 # keywords start with 'b' 39 # keywords start with 'c' 48 # keywords start with 'd' 57 # keywords start with 'e' 66 # keywords start with 'f' 75 # keywords start with 'g' 81 # keywords start with 'i' 93 # keywords start with 'k' [all …]
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.cpp | 4 * you may not use this file except in compliance with the License. 33 // This field is set to false in case of deadlock with daemon threads (only daemon threads 44 // Atomic with acquire order reason: mutex synchronization in FutexWait() 46 // Atomic with acquire order reason: mutex synchronization in FutexWait() 50 // Atomic with acquire order reason: mutex synchronization in FutexWait() 57 // Atomic with release order reason: mutex synchronization in FutexWake() 81 // Atomic with relaxed order reason: mutex synchronization in IncrementWaiters() 86 // Atomic with relaxed order reason: mutex synchronization in DecrementWaiters() 92 // Atomic with relaxed order reason: mutex synchronization in GetWaiters() 99 // Atomic with relaxed order reason: mutex synchronization in IsHeld() [all …]
|
| D | mutex.cpp | 4 * you may not use this file except in compliance with the License. 61 // Atomic with relaxed order reason: mutex synchronization in WaitBrieflyFor() 115 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 118 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 121 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 139 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 160 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 168 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 170 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 172 // Atomic with relaxed order reason: mutex synchronization in WriteLock() [all …]
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.cpp | 4 * you may not use this file except in compliance with the License. 34 // This field is set to false in case of deadlock with daemon threads (only daemon threads 45 // Atomic with acquire order reason: mutex synchronization in FutexWait() 47 // Atomic with acquire order reason: mutex synchronization in FutexWait() 51 // Atomic with acquire order reason: mutex synchronization in FutexWait() 58 // Atomic with release order reason: mutex synchronization in FutexWake() 82 // Atomic with relaxed order reason: mutex synchronization in IncrementWaiters() 87 // Atomic with relaxed order reason: mutex synchronization in DecrementWaiters() 93 // Atomic with relaxed order reason: mutex synchronization in GetWaiters() 100 // Atomic with relaxed order reason: mutex synchronization in IsHeld() [all …]
|
| D | mutex.cpp | 4 * you may not use this file except in compliance with the License. 62 // Atomic with relaxed order reason: mutex synchronization in WaitBrieflyFor() 116 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 119 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 122 // Atomic with relaxed order reason: mutex synchronization in ~RWLock() 140 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 161 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 169 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 171 // Atomic with relaxed order reason: mutex synchronization in WriteLock() 173 // Atomic with relaxed order reason: mutex synchronization in WriteLock() [all …]
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | panda_cache.h | 4 * you may not use this file except in compliance with the License. 82 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in GetMethodFromCache() 88 // Atomic with acquire order reason: fixes a data race with method_cache_ in GetMethodFromCache() 100 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in SetMethodCache() 110 // Atomic with release order reason: fixes a data race with method_cache_ in SetMethodCache() 117 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in GetFieldFromCache() 123 // Atomic with acquire order reason: fixes a data race with field_cache_ in GetFieldFromCache() 135 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in SetFieldCache() 145 // Atomic with release order reason: fixes a data race with field_cache_ in SetFieldCache() 152 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in GetClassFromCache() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
| D | recipe151.md | 10 variable declaration. Initialization of variables with ``ESObject`` type is also limited. 11 Such variables can only be initialized with values that originate from interop: 12 other ``ESObject`` typed variables, any, unknown, variables with anonymous type, etc. 13 It is prohibited to initialize ``ESObject`` typed variable with statically typed value. 31 let e2: ESObject = 1; // CTE - can't initialize ESObject with not dynamic values 32 let e3: ESObject = {}; // CTE - can't initialize ESObject with not dynamic values 33 let e4: ESObject = []; // CTE - can't initialize ESObject with not dynamic values 34 let e5: ESObject = ""; // CTE - can't initialize ESObject with not dynamic values 36 let e7 = e6; // OK - initialize ESObject with ESObject 47 - Recipe 001: Objects with property names that are not identifiers are not supported (``arkts-iden…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe151.md | 10 variable declaration. Initialization of variables with ``ESObject`` type is also limited. 11 Such variables can only be initialized with values that originate from interop: 12 other ``ESObject`` typed variables, any, unknown, variables with anonymous type, etc. 13 It is prohibited to initialize ``ESObject`` typed variable with statically typed value. 31 let e2: ESObject = 1; // CTE - can't initialize ESObject with not dynamic values 32 let e3: ESObject = {}; // CTE - can't initialize ESObject with not dynamic values 33 let e4: ESObject = []; // CTE - can't initialize ESObject with not dynamic values 34 let e5: ESObject = ""; // CTE - can't initialize ESObject with not dynamic values 36 let e7 = e6; // OK - initialize ESObject with ESObject 47 - Recipe 001: Objects with property names that are not identifiers are not supported (``arkts-iden…
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 4 * you may not use this file except in compliance with the License. 39 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer() 41 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer() 49 // Atomic with acquire order reason: push should get the latest value in TryPush() 52 // Atomic with acquire order reason: push should get the latest value in TryPush() 57 // Atomic with release order reason: to allow pop to see the latest value in TryPush() 74 // Atomic with acquire order reason: get the latest value in IsEmpty() 76 // Atomic with acquire order reason: get the latest value in IsEmpty() 86 // Atomic with acquire order reason: get the latest value in TryPop() 88 // Atomic with acquire order reason: get the latest value in TryPop() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.params.yaml | 3 # you may not use this file except in compliance with the License. 23 - 'î' # Latin Small Letter I with Circumflex, U+00EE 26 - 'Ǣ' # Latin Capital Letter Ae with Macron, U+01E2 28 - 'Î' # Latin Capital Letter I with Circumflex, U+00CE 31 - 'Dž' # Latin Capital Letter D with Small Letter Z with Caron, U+01C5 32 - '\u1FAF' # Greek Capital Letter Omega with Dasia and Perispomeni and Prosgegrammeni 87 - 'î' # Latin Small Letter I with Circumflex, U+00EE 90 - 'Ǣ' # Latin Capital Letter Ae with Macron, U+01E2 92 - 'Î' # Latin Capital Letter I with Circumflex, U+00CE 95 - 'Dž' # Latin Capital Letter D with Small Letter Z with Caron, U+01C5 [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/ |
| D | lock_free_task_statistics_impl.cpp | 4 * you may not use this file except in compliance with the License. 33 // Atomic with acq_rel order reason: sync for counter in IncrementCount() 38 // Atomic with acq_rel order reason: sync for counter in IncrementCount() 42 // Atomic with acquire order reason: sync for counter in IncrementCount() 44 // Atomic with acq_rel order reason: sync for counter in IncrementCount() 48 // Atomic with acquire order reason: sync for counter in IncrementCount() 50 // Atomic with acq_rel order reason: sync for counter in IncrementCount() 60 // Atomic with acquire order reason: sync for counter in GetCount() 75 // Atomic with acquire order reason: sync for counter in GetCountOfTasksInSystemWithTaskProperties() 89 // Atomic with release order reason: sync for counter in ResetCountersWithTaskProperties()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 4 * you may not use this file except in compliance with the License. 38 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer() 40 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer() 48 // Atomic with acquire order reason: push should get the latest value in TryPush() 51 // Atomic with acquire order reason: push should get the latest value in TryPush() 56 // Atomic with release order reason: to allow pop to see the latest value in TryPush() 73 // Atomic with acquire order reason: get the latest value in IsEmpty() 75 // Atomic with acquire order reason: get the latest value in IsEmpty() 85 // Atomic with acquire order reason: get the latest value in TryPop() 87 // Atomic with acquire order reason: get the latest value in TryPop() [all …]
|