Home
last modified time | relevance | path

Searched defs:SlotType (Results 1 – 4 of 4) 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/
Dmad.h39 enum SlotType : maple::uint8 { enum