| /arkcompiler/ets_runtime/test/aottest/ldfunctionpref/ |
| D | ldfunctionpref.ts | 26 const iterator = generator(); constant
|
| /arkcompiler/ets_runtime/test/aottest/generatorcontinuefinally/ |
| D | generatorcontinuefinally.ts | 21 var iterator = values(); variable
|
| /arkcompiler/ets_runtime/test/aottest/continue_from_finally/ |
| D | continue_from_finally.ts | 22 var iterator = values(); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_string_iterator.cpp | 34 JSHandle<JSStringIterator> iterator(factory->NewJSObjectByConstructor(strIterCtor)); in CreateStringIterator() local
|
| D | js_iterator.cpp | 102 JSHandle<JSTaggedValue> iterator(thread, ret); in GetAsyncIterator() local 158 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local 178 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local
|
| D | ecma_vm.cpp | 717 auto iterator = cachedConstpools_.begin(); in ProcessNativeDelete() local 765 auto iterator = cachedConstpools_.begin(); in ProcessReferences() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | malloc-proxy-allocator-inl.h | 76 auto iterator = allocated_memory_.find(mem); in Free() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | dynamicContext.cpp | 109 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() 139 …gIteratorContext::DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator) in DestructuringIteratorContext()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | iterators.h | 109 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
|
| D | destructuring.cpp | 41 DestructuringRestIterator iterator(destIterator); in GenRestElement() local 74 DestructuringIterator iterator(pg, array); in GenArray() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forOfStatement.cpp | 58 compiler::Iterator iterator(pg, this, iterator_type); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 40 BytecodeIterator iterator(this, 0, end); in BuildRegionInfo() local 816 auto &iterator = bb.GetBytecodeIterator(); in NewJSGate() local 891 auto &iterator = bb.GetBytecodeIterator(); in NewJump() local 963 auto &iterator = bb.GetBytecodeIterator(); in NewReturn() local 987 auto &iterator = bb.GetBytecodeIterator(); in NewByteCode() local 1102 BytecodeIterator iterator(this, bb.start, bcId); in ResolveDef() local 1215 auto &iterator = bb.GetBytecodeIterator(); in BuildCircuit() local 1361 auto &iterator = bb.GetBytecodeIterator(); in PrintBytecodeInfo() local
|
| D | frame_states.cpp | 223 auto &iterator = bb.GetBytecodeIterator(); in ComputeLiveOut() local 361 auto &iterator = bb.GetBytecodeIterator(); in BindStateSplit() local
|
| D | bytecode_circuit_builder.h | 332 auto &iterator = bb.GetBytecodeIterator(); in EnumerateBlock() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | functionBuilder.cpp | 181 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.h | 47 util::StringView::Iterator iterator; in DEFINE_BITOPS() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 201 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Race() local 584 JSHandle<JSTaggedValue> iterator(thread, iteratorRecord->GetIterator()); in PerformPromiseRace() local 671 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Any() local 853 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in AllSettled() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | llvm_stackmap_parser.cpp | 227 for (auto &iterator: info) { in CalculateFuncFpDelta() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | ring_buffer.h | 130 using iterator = RingBufferIterator<value_type, N>; variable
|
| D | small_vector.h | 201 using iterator = Iterator<T, false>; variable
|
| D | bit_vector.h | 297 using iterator = BitVectorIterator<false>; variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 101 const auto iterator = program.record_table.find(TSTYPE_ANNO_RECORD_NAME.data()); in SetTypeAnnotationForFunc() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.cpp | 732 auto iterator = [&pframe, this](auto ®_info, auto &vreg) { in UpdateRefsInVRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 107 … JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, objectArg, usingIterator); in CreateFromOrdinaryObject() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 594 FrameIterator iterator(sp, thread); in CheckFrameType() local
|