Home
last modified time | relevance | path

Searched defs:names (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/whitelist/
H A Dwhitelist.cpp42 auto &names = config->whitelistNames[k]; in InsertIntoWhitelist() local
/arkcompiler/runtime_core/static_core/verification/config/context/
H A Dcontext.h68 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::LAST)> names; member
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp113 static std::optional<std::vector<util::Plugin>> InitializePlugins(std::vector<std::string> const &names) in InitializePlugins() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp119 std::vector<std::string> names = {"C", "B", "A"}; in TEST() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_analysis_results.cpp75 const auto &names = local_export_slot_external_names_[slot]; local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h285 static const std::array<const char *, sizeof...(Columns)> names = { in GetBitTableColumnNamesImpl() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h60 static constexpr std::array names = { in GetName() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp102 std::vector<std::string> names = {"C", "B", "A"}; in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp456 JSHandle<TaggedArray> names = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h183 std::vector<std::string> names; // names of the option member in maplecl::OptionInterface
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp1987 JSHandle<TaggedArray> names = factory->NewTaggedArray(length); in EnumerableOwnNames() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty() local
597 Local<ArrayRef> names = object->GetOwnEnumerablePropertyNames(vm); in GetOwnEnumerablePropertyNames() local
613 Local<ArrayRef> names = object->GetAllPropertyNames(vm, flag); in PrintAllProperty() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1457 std::vector<std::string> names; in GetMethodNames() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h1582 std::vector<std::string> names; in GetMethodNames() local

Completed in 26 milliseconds