/arkcompiler/ets_runtime/test/aottest/ldfunctionpref/ |
D | ldfunctionpref.ts | 26 const iterator = generator(); constant
|
/arkcompiler/ets_runtime/test/aottest/continue_from_finally/ |
D | continue_from_finally.ts | 22 var iterator = values(); variable
|
/arkcompiler/ets_runtime/test/aottest/generatorcontinuefinally/ |
D | generatorcontinuefinally.ts | 21 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 | 105 JSHandle<JSTaggedValue> iterator(thread, ret); in GetAsyncIterator() local 164 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local 185 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local
|
D | js_map_iterator.cpp | 126 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, items, method); in MapIteratorToList() local
|
D | ecma_context.cpp | 444 auto iterator = cachedConstpools_.begin(); in ProcessNativeDelete() local 472 auto iterator = cachedConstpools_.begin(); in ProcessReferences() 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 | 76 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 881 auto &iterator = bb.GetBytecodeIterator(); in NewJSGate() local 953 auto &iterator = bb.GetBytecodeIterator(); in NewJump() local 1003 auto &iterator = bb.GetBytecodeIterator(); in NewReturn() local 1025 auto &iterator = bb.GetBytecodeIterator(); in NewByteCode() local 1275 BytecodeIterator iterator(this, bb.start, bcId); in ResolveDef() local 1411 auto &iterator = bb.GetBytecodeIterator(); in BuildCircuit() local 1677 auto &iterator = bb.GetBytecodeIterator(); in PrintBytecodeInfo() local
|
D | frame_states.cpp | 268 auto &iterator = bb.GetBytecodeIterator(); in ComputeLiveOut() local 528 auto &iterator = bb.GetBytecodeIterator(); in BindBBStateSplit() local
|
D | bytecode_circuit_builder.h | 385 auto &iterator = bb.GetBytecodeIterator(); in EnumerateBlock() local
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 186 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/stackmap/ |
D | llvm_stackmap_parser.cpp | 223 for (auto &iterator: info) { in CalculateFuncFpDelta() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise.cpp | 203 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Race() local 592 JSHandle<JSTaggedValue> iterator(thread, iteratorRecord->GetIterator()); in PerformPromiseRace() local 680 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Any() local 865 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in AllSettled() 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/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackgetter.cpp | 34 FrameIterator iterator(sp, thread); in CheckFrameType() local
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | bcopt_type_adaption_test.cpp | 120 const auto iterator = program.record_table.find(TSTYPE_ANNO_RECORD_NAME.data()); in SetTypeAnnotationForFunc() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 132 … JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, objectArg, usingIterator); in CreateFromOrdinaryObject() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 48 BytecodeIterator iterator(builder_, 0, builder_->GetLastBcIndex()); in MethodTypeInfer() local
|