| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set_iterator.cpp | 54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
| D | js_api_tree_map_iterator.cpp | 54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread_hclass_entries.h | 46 Entry entries[N_ENTRIES]; member
|
| D | tagged_tree.cpp | 150 CQueue<int> entries; in AdjustTaggedTree() local 342 CStack<int> entries; in GetSortArray() local 517 CQueue<int> entries; in HasValue() local 539 CQueue<int> entries; in SetAll() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 192 const std::vector<AOTFileInfo::FuncEntryDes> &entries = GetStubs(); in GenerateMethodToEntryIndexMap() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.cpp | 187 std::function<void(JsonArrayBuilder &)> entries = [](auto &) {}; in PreviewToJson() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_returns_test.cpp | 251 auto entries = std::vector<std::unique_ptr<TypeProfileEntry>>(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | cleanup_inline_module.cpp | 400 std::vector<DfsState::value_type> entries {state_.begin(), state_.end()}; in PrintInlineReport() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1298 JSHandle<TaggedArray> entries(thread, importEntries); in AddImportEntry() local 1319 JSHandle<TaggedArray> entries(thread, localExportEntries); in AddLocalExportEntry() local 1335 JSHandle<TaggedArray> entries(thread, indirectExportEntries); in AddIndirectExportEntry() local 1350 JSHandle<TaggedArray> entries(thread, starExportEntries); in AddStarExportEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 382 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in ForEach() local
|
| D | containers_treemap.cpp | 431 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in ForEach() local
|
| D | containers_private.cpp | 530 JSHandle<JSTaggedValue> entries = globalConst->GetHandledEntriesString(); in InitializeTreeMap() local 1149 JSHandle<JSTaggedValue> entries(factory->NewFromASCII("entries")); in InitializeHashMap() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 561 size_t AddArray(Span<Entry> entries) in AddArray()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_hashset_test.cpp | 396 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_plainarray_test.cpp | 281 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_lightweightset_test.cpp | 451 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_lightweightmap_test.cpp | 478 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_hashmap_test.cpp | 394 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_treeset_test.cpp | 881 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_treemap_test.cpp | 976 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_table.h | 582 size_t AddArray(Span<Entry> entries) in AddArray()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 1213 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in GetTreeMapValue() local 1241 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in GetTreeSetValue() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 3073 std::unique_ptr<PtJson> entries; in Create() local 3106 std::unique_ptr<PtJson> entries = PtJson::CreateArray(); in ToJson() local
|
| D | pt_types.h | 2587 ScriptTypeProfile &SetEntries(std::vector<std::unique_ptr<TypeProfileEntry>> entries) in SetEntries()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1464 JSHandle<JSTaggedValue> entries(factory_->NewFromASCII("entries")); in InitializeMap() local
|