| /arkcompiler/ets_runtime/test/moduletest/arraysortcase/ |
| H A D | arraysortcase.js | 58 var items = ["réservé", "premier", "cliché", "communiqué", "café", "adieu"]; variable
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| H A D | config.h | 33 std::vector<PandaString> items; member
|
| /arkcompiler/runtime_core/static_core/quickener/ |
| H A D | quickener.h | 32 Quickener(panda_file::ItemContainer *container, panda_file::File *file, const std::map<panda_file::File::EntityId, panda_file::BaseItem *> *items) Quickener() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | relayout_profiler.cpp | 75 PandaUnorderedMap<RelayoutItemType, PandaSet<PandaString>, std::hash<int>> items; in AddProfileItem() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | pgo.cpp | 102 void ProfileOptimizer::ProfileGuidedRelayout(std::list<std::unique_ptr<BaseItem>> &items) in ProfileGuidedRelayout() argument
|
| H A D | file_item_container.cpp | 146 static T *GetOrInsert(C &map, I &items, const P &pos, const E &key, bool is_foreign, Args &&... args) in GetOrInsert() argument 345 static void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotation_deduper, in DeduplicateAnnotations() argument 920 Add(const std::list<IndexedItem *> &items) Add() argument 945 Remove(const std::list<IndexedItem *> &items) Remove() argument [all...] |
| H A D | file_reader.cpp | 298 std::vector<ScalarValueItem> items; in CreateAnnotationItem() local 309 std::vector<ScalarValueItem> items; in CreateAnnotationItem() local 320 std::vector<ScalarValueItem> items; in CreateAnnotationItem() local 331 std::vector<ScalarValueItem> items; in CreateAnnotationItem() local 342 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 353 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 364 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 375 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 386 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 397 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 408 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 419 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 432 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 450 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 463 std::vector<ScalarValueItem> items; CreateAnnotationItem() local 483 std::vector<ScalarValueItem> items; CreateAnnotationItem() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | pgo.cpp | 93 void ProfileOptimizer::ProfileGuidedRelayout(std::list<std::unique_ptr<BaseItem>> &items) in ProfileGuidedRelayout() argument
|
| H A D | file_reader.cpp | 236 std::vector<ScalarValueItem> items; in GeneratePrimitiveItemLesserInt32() local 249 std::vector<ScalarValueItem> items; in GeneratePrimitiveItem() local 365 std::vector<ScalarValueItem> items; in SetElemValueItem() local 377 std::vector<ScalarValueItem> items; in SetElemValueItem() local 394 std::vector<ScalarValueItem> items; SetElemValueItem() local 406 std::vector<ScalarValueItem> items; SetElemValueItem() local 424 std::vector<ScalarValueItem> items; SetElemValueItem() local [all...] |
| H A D | file_item_container.cpp | 161 static T *GetOrInsert(C &map, I &items, const P &pos, const E &key, bool isForeign, Args &&...args) in GetOrInsert() argument 377 static void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotationDeduper, in DeduplicateAnnotations() argument 855 bool ItemContainer::RegionHeaderItem::Add(const std::list<IndexedItem *> &items) in Add() argument 880 Remove(const std::list<IndexedItem *> &items) Remove() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | commonUtil.cpp | 28 std::vector<std::string> items; in Split() local 64 auto items = Split(ohmurl, NORMALIZED_OHMURL_SEPARATOR); in GetPkgNameFromNormalizedOhmurl() local 76 auto items = Split(ohmurl, NORMALIZED_OHMURL_SEPARATOR); in GetRecordNameFromNormalizedOhmurl() local [all...] |
| H A D | symbolTable.cpp | 152 std::vector<std::string_view> items; in GetStringItems() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_list_format_test.cpp | 46 const icu::UnicodeString items[itemNum] = { "One", "Two", "Three" }; in HWTEST_F_L0() local 69 const icu::UnicodeString items[itemNum] = { "一", "二", "三" }; in HWTEST_F_L0() local 143 const icu::UnicodeString items[itemNum] = { "Monday", "Tuesday", "Wednesday" }; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | pool_map_test.cpp | 57 auto items = std::remove(pools_.begin(), pools_.end(), pool); in RemovePoolFromMap() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | pool_map_test.cpp | 61 auto items = std::remove(pools_.begin(), pools_.end(), pool); in RemovePoolFromMap() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class-inl.h | 69 ALWAYS_INLINE inline Item *BinSearch(Span<Item> items, Key key, const Pred &...preds) in BinSearch() argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_code_parser_context.cpp | 201 auto *items = data->fileReader->GetItems(); in MakeChangeWithId() local
|
| H A D | linker_context.cpp | 95 auto *items = reader.GetItems(); in Merge() local 108 auto *items = reader.GetItems(); in Merge() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_emitter_test.cpp | 1117 auto items = panda::panda_file::ItemContainer {}; in HWTEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | options.cpp | 86 std::vector<std::string> items; in GetStringItems() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 813 const auto &items = container.GetItems(); in TEST() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 1056 const auto &items = container.GetItems(); in HWTEST() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_arraybuffer.cpp | 796 JSTaggedValue BuiltinsArrayBuffer::TypedArrayToList(JSThread *thread, JSHandle<JSTypedArray>& items) in TypedArrayToList() argument
|
| H A D | builtins_shared_array.cpp | 123 JSHandle<JSTaggedValue> items = GetCallArg(argv, 0); in From() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_circuit_builder.cpp | 315 auto &items = regionsInfo_.GetBlockItems(); in BuildBasicBlock() local
|