| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread_elements_hclass_entries.h | 28 Entry entries[N_ENTRIES]; member
|
| D | tagged_tree.cpp | 150 CQueue<int> entries; in AdjustTaggedTree() local 399 CStack<int> entries; in GetSortArray() local 579 CQueue<int> entries; in HasValue() local 601 CQueue<int> entries; in SetAll() local
|
| D | js_thread_hclass_entries.h | 53 Entry entries[N_ENTRIES]; member
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set_iterator.cpp | 52 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/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 | 273 const std::vector<AOTFileInfo::FuncEntryDes> &entries = GetStubs(); in GenerateMethodToEntryIndexMap() 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 | 711 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 | 364 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 | 465 JSHandle<JSTaggedValue> entries = globalConst->GetHandledEntriesString(); in InitializeTreeMap() 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 | 877 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_table.h | 585 size_t AddArray(Span<Entry> entries) in AddArray()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1212 JSHandle<TaggedArray> entries(thread, importEntries); in AddImportEntry() local 1233 JSHandle<TaggedArray> entries(thread, localExportEntries); in AddLocalExportEntry() local 1249 JSHandle<TaggedArray> entries(thread, indirectExportEntries); in AddIndirectExportEntry() local 1264 JSHandle<TaggedArray> entries(thread, starExportEntries); in AddStarExportEntry() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 83 function entries() { function
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 1216 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in GetTreeMapValue() local 1244 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in GetTreeSetValue() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 3119 std::unique_ptr<PtJson> entries; in Create() local 3152 std::unique_ptr<PtJson> entries = PtJson::CreateArray(); in ToJson() local
|