| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | monitor_analysis.cpp | 94 const uint32_t uninitialized = 0xFFFFFFFF; in RunImpl() local 95 uint32_t count = uninitialized; in RunImpl() 100 if (count == uninitialized) { in RunImpl()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.cpp | 22 DebugEvent TestUtil::lastEvent_ = DebugEvent::UNINITIALIZED; 49 ADD_CASE(DebugEvent::UNINITIALIZED); in operator <<()
|
| D | test_events.h | 47 UNINITIALIZED, enumerator
|
| /arkcompiler/runtime_core/static_core/cmake/toolchain/ |
| D | host_gcc_11.cmake | 17 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-array-bounds -Wno-maybe-uninitialized")
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.cpp | 124 return lastCoroutineId_ + 1; // 0 is reserved as uninitialized value. in AllocateCoroutineId() 135 id--; // 0 is reserved as uninitialized value. in FreeCoroutineId()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 95 Label uninitialized(env); in ProfileOpType() local 105 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileOpType() 112 Bind(&uninitialized); in ProfileOpType() 114 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileOpType() 183 Label uninitialized(env); in ProfileCreateObject() local 192 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized); in ProfileCreateObject() 202 Bind(&uninitialized); in ProfileCreateObject() 204 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileCreateObject() 578 Label uninitialized(env); in ProfileBranch() local 579 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileBranch() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | api_test.h | 90 _(UNINITIALIZED) 100 inline constexpr std::array<const char *, static_cast<size_t>(DebugEvent::UNINITIALIZED) + 1> DEBUG…
|
| D | test_util.cpp | 27 DebugEvent TestUtil::lastEvent_ = DebugEvent::UNINITIALIZED;
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | allocation_inspector.h | 36 // *object* is an address pointing to allocated and uninitialized memory.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 151 // Let's set all maps, which are related to this object, as uninitialized in RemoveObject() 169 // Set all pages, which fully covered by this object, as Uninitialized; in RemoveObject() 172 LOG_CROSSING_MAP(DEBUG) << "RemoveObject - Set uninitialized to map num " << i; in RemoveObject() 177 // Set up map for next element (because we could set it as uninitialized) in RemoveObject()
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.short.yaml | 147 description: Verifier should check usage of uninitialized arguments passed to function. 175 description: Check usage of uninitialized register in function frame. 178 description: Check usage of uninitialized register in function frame. 181 description: Check usage of uninitialized accumulator in function frame. 187 description: Check if one of registers in 'call.short' is uninitialized. 189 description: Check if one of registers in 'call.short' is uninitialized. 206 description: Verifier should check usage of uninitialized registers in function. 272 description: Check uninitialized register is ignored when its value is not used. 274 description: Check uninitialized register is ignored when its value is not used.
|
| D | u32toi8.yaml | 118 description: Check 'u32toi8' with uninitialized accumulator.
|
| D | i32tof32.yaml | 130 description: Check 'i32tof32' with uninitialized accumulator.
|
| D | u32tof64.yaml | 130 description: Check 'u32tof64' with uninitialized accumulator.
|
| D | i64toi32.yaml | 121 description: Check 'i64toi32' with uninitialized accumulator.
|
| D | u32tof32.yaml | 130 description: Check 'u32tof64' with uninitialized accumulator.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.short.yaml | 151 description: Verifier should check usage of uninitialized arguments passed to function. 180 description: Check usage of uninitialized register in function frame. 183 description: Check usage of uninitialized register in function frame. 186 description: Check usage of uninitialized accumulator in function frame. 192 description: Check if one of registers in 'call.short' is uninitialized. 194 description: Check if one of registers in 'call.short' is uninitialized. 212 description: Verifier should check usage of uninitialized registers in function. 279 description: Check uninitialized register is ignored when its value is not used. 281 description: Check uninitialized register is ignored when its value is not used.
|
| D | u32tof32.yaml | 130 description: Check 'u32tof64' with uninitialized accumulator.
|
| D | u32tou1.yaml | 113 description: Check 'u32tou1' with uninitialized accumulator.
|
| D | u64tou32.yaml | 112 description: Check 'u64tou32' with uninitialized accumulator.
|
| D | i32tof32.yaml | 130 description: Check 'i32tof32' with uninitialized accumulator.
|
| D | u32tou8.yaml | 112 description: Check 'u32tou8' with uninitialized accumulator.
|
| D | i64toi32.yaml | 120 description: Check 'i64toi32' with uninitialized accumulator.
|
| D | u32toi64.yaml | 112 description: Check 'u32toi64' with uninitialized accumulator.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/ |
| D | dynamic_call.sts | 30 // Right now we need this wrapper because without it field `foo` is uninitialized
|