Home
last modified time | relevance | path

Searched full:uninitialized (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dmonitor_analysis.cpp94 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/
Dtest_util.cpp22 DebugEvent TestUtil::lastEvent_ = DebugEvent::UNINITIALIZED;
49 ADD_CASE(DebugEvent::UNINITIALIZED); in operator <<()
Dtest_events.h47 UNINITIALIZED, enumerator
/arkcompiler/runtime_core/static_core/cmake/toolchain/
Dhost_gcc_11.cmake17 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-array-bounds -Wno-maybe-uninitialized")
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp124 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/
Dprofiler_stub_builder.cpp95 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/
Dapi_test.h90 _(UNINITIALIZED)
100 inline constexpr std::array<const char *, static_cast<size_t>(DebugEvent::UNINITIALIZED) + 1> DEBUG…
Dtest_util.cpp27 DebugEvent TestUtil::lastEvent_ = DebugEvent::UNINITIALIZED;
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.h36 // *object* is an address pointing to allocated and uninitialized memory.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.cpp151 // 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/
Dcall.short.yaml147 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.
Du32toi8.yaml118 description: Check 'u32toi8' with uninitialized accumulator.
Di32tof32.yaml130 description: Check 'i32tof32' with uninitialized accumulator.
Du32tof64.yaml130 description: Check 'u32tof64' with uninitialized accumulator.
Di64toi32.yaml121 description: Check 'i64toi32' with uninitialized accumulator.
Du32tof32.yaml130 description: Check 'u32tof64' with uninitialized accumulator.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.short.yaml151 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.
Du32tof32.yaml130 description: Check 'u32tof64' with uninitialized accumulator.
Du32tou1.yaml113 description: Check 'u32tou1' with uninitialized accumulator.
Du64tou32.yaml112 description: Check 'u64tou32' with uninitialized accumulator.
Di32tof32.yaml130 description: Check 'i32tof32' with uninitialized accumulator.
Du32tou8.yaml112 description: Check 'u32tou8' with uninitialized accumulator.
Di64toi32.yaml120 description: Check 'i64toi32' with uninitialized accumulator.
Du32toi64.yaml112 description: Check 'u32toi64' with uninitialized accumulator.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
Ddynamic_call.sts30 // Right now we need this wrapper because without it field `foo` is uninitialized

12345678910>>...16