| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set_iterator.cpp | 55 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
| D | js_api_tree_map_iterator.cpp | 52 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 150 CQueue<int> entries; in AdjustTaggedTree() local 398 CStack<int> entries; in GetSortArray() local 578 CQueue<int> entries; in HasValue() local 600 CQueue<int> entries; in SetAll() local
|
| D | js_thread_hclass_entries.h | 53 Entry entries[N_ENTRIES]; member
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion_check.cpp | 81 auto entries = GetBundle(statepoint, BUNDLES[i]); in CheckStatepoint() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 224 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/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/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 569 let entries = array.entries(); variable
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_returns_test.cpp | 251 auto entries = std::vector<std::unique_ptr<TypeProfileEntry>>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 366 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in ForEach() local
|
| D | containers_treemap.cpp | 433 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in ForEach() local
|
| D | containers_private.cpp | 530 JSHandle<JSTaggedValue> entries = globalConst->GetHandledEntriesString(); in InitializeTreeMap() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 83 function entries() { function
|
| /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 | 877 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 561 size_t AddArray(Span<Entry> entries) in AddArray()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_table.h | 582 size_t AddArray(Span<Entry> entries) in AddArray()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1317 JSHandle<TaggedArray> entries(thread, importEntries); in AddImportEntry() local 1338 JSHandle<TaggedArray> entries(thread, localExportEntries); in AddLocalExportEntry() local 1354 JSHandle<TaggedArray> entries(thread, indirectExportEntries); in AddIndirectExportEntry() local 1369 JSHandle<TaggedArray> entries(thread, starExportEntries); in AddStarExportEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 1233 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in GetTreeMapValue() local 1261 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in GetTreeSetValue() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 3120 std::unique_ptr<PtJson> entries; in Create() local 3153 std::unique_ptr<PtJson> entries = PtJson::CreateArray(); in ToJson() local
|