Home
last modified time | relevance | path

Searched defs:StorageType (Results 1 – 3 of 3) 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/libabckit/src/irbuilder_dynamic/
Dbytecode_inst-inl.h59 using StorageType = ark::helpers::TypeHelperT<BYTE_COUNT * BYTE_WIDTH, false>; in Read() local
78 using StorageType = ark::helpers::TypeHelperT<BIT64, false>; in Read64() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h78 using StorageType = uint8_t; variable