Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction-inl.h57 using StorageType = helpers::TypeHelperT<BYTE_COUNT * BYTE_WIDTH, false>; in Read() local
76 using StorageType = helpers::TypeHelperT<BIT64, false>; in Read64() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h78 using StorageType = uint8_t; variable