Home
last modified time | relevance | path

Searched defs:SlotType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe_iterators.h31 using SlotType = typename CFrame::SlotType; variable
184 using SlotType = typename CFrame::SlotType; variable
386 using SlotType = typename CFrame::SlotType; variable
Dcframe.h81 using SlotType = std::conditional_t<ArchTraits<ARCH>::IS_64_BITS, uint64_t, uint32_t>; variable
Dstack_walker.h83 using SlotType = std::conditional_t<ArchTraits<RUNTIME_ARCH>::IS_64_BITS, uint64_t, uint32_t>; variable