Home
last modified time | relevance | path

Searched defs:padding_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_state_word.h36 common::StateWordType padding_ : 12; member
42 ClassWordType padding_ : 12; member
/arkcompiler/runtime_core/common_interfaces/objects/
Dcomposite_base_class.h110 [[maybe_unused]] uint64_t padding_; variable
Dbase_state_word.h107 common::StateWordType padding_ : PADDING_WIDTH; member
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h253 std::array<uint32_t, PADDING_SIZE> padding_ = {0}; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h260 std::array<uint32_t, PADDING_SIZE> padding_ = {0}; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h284 FIELD_UNUSED uint32_t padding_; variable