| /arkcompiler/ets_runtime/test/sharedtest/check/ |
| D | expect_output.txt | 3 # you may not use this file except in compliance with the License. 20 Success update propString to null with stobjbyname 21 Success update subClassPropSendable to null with stobjbyname 22 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi… 23 Fail to update propBool to null with stobjbyname. err: TypeError: Cannot set sendable property with… 24 Fail to update propBigInt1 to null with stobjbyname. err: TypeError: Cannot set sendable property w… 25 Fail to update propBigInt2 to null with stobjbyname. err: TypeError: Cannot set sendable property w… 26 Success update propStringOrNull to null with stobjbyname 27 Success update propNumberOrNull to null with stobjbyname 28 Success update propBoolOrNull to null with stobjbyname [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. 157 print("Success to extend prop with defineProperty") 159 print("Fail to extend prop with defineProperty. err: " + error); 164 print("Success extend prop1 with defineProperty") 166 print("Fail to extend prop1 with defineProperty. err: " + error) 171 print("Success extend prop2 with defineProperties") 173 print("Fail to extend prop2 with defineProperties. err: " + error) 178 print("Success extend prop3 with stobjbyname") 180 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. 101 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in Lock() 110 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in UnLock() 119 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 127 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in AddCodeMetaInfoImpl() 138 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 158 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl() 162 …// Atomic with relaxed order reason: data race with code_item with no synchronization or ordering … in DelCodeMetaInfoImpl() 166 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in DelCodeMetaInfoImpl()
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | expect_output.txt | 3 # you may not use this file except in compliance with the License. 19 SendableFloat64Array set proto with sendable object failed. err: TypeError: Cannot set proto with s… 20 SendableFloat32Array set proto with sendable object failed. err: TypeError: Cannot set proto with s… 21 SendableInt32Array set proto with sendable object failed. err: TypeError: Cannot set proto with sen… 22 SendableInt16Array set proto with sendable object failed. err: TypeError: Cannot set proto with sen… 23 SendableInt8Array set proto with sendable object failed. err: TypeError: Cannot set proto with send… 24 SendableUint32Array set proto with sendable object failed. err: TypeError: Cannot set proto with se… 25 SendableUint16Array set proto with sendable object failed. err: TypeError: Cannot set proto with se… 26 SendableUint8Array set proto with sendable object failed. err: TypeError: Cannot set proto with sen… 27 SendableUint8ClampedArray set proto with sendable object failed. err: TypeError: Cannot set proto w… [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/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/static_core/runtime/include/ |
| D | method.h | 4 * you may not use this file except in compliance with the License. 179 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in Method() 192 …// Atomic with relaxed order reason: data race with native_pointer_ with no synchronization or ord… in Method() 196 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in Method() 371 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint() 378 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint() 385 …// Atomic with release order reason: data race with compiled_entry_point_ with dependecies on writ… in SetCompiledEntryPoint() 406 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompilationStatus() 419 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in SetCompilationStatus() 423 …// 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.sts | 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/runtime_core/static_core/docs/diagrams/ |
| D | thread_pool_worker_task-sequence.plantuml | 6 "Task Manager" -> "GC Queue(ArkTS)" : request for X tasks in accordance with current distribution 7 "Task Manager" -> "GC Queue(Dynamic VM)" : request for Y tasks in accordance with current distribut… 8 "Task Manager" -> "JIT Queue" : request for Z tasks in accordance with current distribution 9 "Task Manager" -> "Worker 1" : provide tasks in accordance with current distribution 11 "Task Manager" -> "GC Queue(ArkTS)" : request for X tasks in accordance with current distribution 12 "Task Manager" -> "GC Queue(Dynamic VM)" : request for Y tasks in accordance with current distribut… 13 "Task Manager" -> "JIT Queue" : request for Z tasks in accordance with current distribution 14 "Task Manager" -> "Worker 2" : provide tasks in accordance with current distribution
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/ |
| D | for_loop_parameters.params.yaml | 3 # you may not use this file except in compliance with the License. 32 …- doc: For loop with init as the only configured statement. Creating variable with already existin… 40 …- doc: For loop with expression as the only configured statement. Creating variable with already e… 49 …- doc: For loop with forUpdate as the only configured statement. Variable was created outside of t… 57 - doc: For loop with init and conditional statements configured. 65 - doc: For loop with init and forUpdate statements configured. 74 - doc: For loop with condition and forUpdate statements configured. Verify 'continue' statement. 83 - doc: For loop with all parameters configured. 91 - doc: For loop with multiple init options configured. 100 - doc: For loop with multiple forUpdate options configured. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | std_core_array.sts | 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/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Boolean.sts | 4 * you may not use this file except in compliance with the License. 25 * Constructs a new Boolean with provided value 27 * @param value value to construct class instance with 34 * Constructs a new Boolean with provided byte value 36 * @param value value to construct class instance with 43 * Constructs a new Boolean with provided short value 45 * @param value value to construct class instance with 52 * Constructs a new Boolean with provided int value 54 * @param value value to construct class instance with 61 * Constructs a new Boolean with provided long value [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | expect_output.txt | 3 # you may not use this file except in compliance with the License. 61 Init with small first element: -1 success. 62 Init with big first element: 0xffff success. 64 Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val… 72 concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value.… 73 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val… 75 fill array with non-sendable object and position fail. err: BusinessError: Parameter error.Only acc… 76 fill array with non-sendable object and start position fail. err: BusinessError: Parameter error.On… 77 fill array with non-sendable object fail. err: BusinessError: Parameter error.Only accept sendable … 79 map array with non-sendable fail. err: BusinessError: Parameter error.Only accept sendable value., … [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe151.md | 11 with ``ESObject`` type is also limited. Such variables can only be initialized 12 with values that originate from interop: other ``ESObject`` typed variables, 13 any, unknown, variables with anonymous type, etc. It is prohibited to 14 initialize ``ESObject`` typed variable with statically typed value. Varaible 32 let e2: ESObject = 1; // CTE - can't initialize ESObject with not dynamic values 33 let e3: ESObject = {}; // CTE - can't initialize ESObject with not dynamic values 34 let e4: ESObject = []; // CTE - can't initialize ESObject with not dynamic values 35 let e5: ESObject = ""; // CTE - can't initialize ESObject with not dynamic values 41 let e7 = e6; // OK - initialize ESObject with ESObject 49 - Recipe 001: Objects with property names that are not identifiers are not supported (``arkts-iden…
|
| /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/libpandabase/taskmanager/utils/ |
| D | sp_sc_lock_free_queue.h | 4 * you may not use this file except in compliance with the License. 53 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 55 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue() 63 // Atomic with acquire order reason: gets correct value in Push() 65 // Atomic with acquire order reason: gets correct value in Push() 69 // Atomic with release order reason: other threads should see correct value in Push() 72 // Atomic with release order reason: other threads should see correct value in Push() 78 // Atomic with release order reason: other threads should see correct value in Push() 84 // Atomic with acquire order reason: gets correct value in Pop() 86 // Atomic With acquire order reason: gets correct value in Pop() [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/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 …]
|
| /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 …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table.cpp | 4 * you may not use this file except in compliance with the License. 131 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in Mark() 138 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in UnMark() 209 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in SetHot() 217 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in ResetHot() 224 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in SetMaxHotValue() 232 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in IncrementHotValue() 240 …// Atomic with relaxed order reason: data race with value_ with no synchronization or ordering con… in DecrementHotValue()
|
| /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 …]
|