Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/common/
Drun_type.h32 struct RunType { struct
45 static const RunType TYPES[NUM_OF_RUN_TYPES]; argument
61 #define RUNTYPE_SIZE_TO_RUN_IDX(size) RunType::g_size2Idx[((size) >> 3) - 1] argument