Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.h37 CHAR_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_U16), enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h48 enum class StringCtorType { UNKNOWN = 0, STRING, CHAR_ARRAY, COUNT }; enumerator