Home
last modified time | relevance | path

Searched defs:PaddedItem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
Ditems_pool.h30 union PaddedItem { union
35 PaddedItem() in PaddedItem() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/
Dtest_items_pool.cpp30 using PaddedItem = Pool::PaddedItem; typedef in ark::ets::interop::js::ets_proxy::testing::ItemsPoolTest