Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.h29 static constexpr std::string_view NAMES = "#NamesArray"; member
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion_check.cpp79 constexpr std::array NAMES = {"deopt", "gc-live"}; in CheckStatepoint() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dlocations.h61 static constexpr std::array NAMES = { in GetName() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp186 static constexpr const char *NAMES[] = {"field0", "field1"}; in GetName() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_table.h303 static const std::array<const char *, sizeof...(COLUMNS)> NAMES = { in GetBitTableColumnNamesImpl() local