Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/test/aottest/ldfunctionpref/
Dldfunctionpref.ts26 const iterator = generator(); constant
/arkcompiler/ets_runtime/test/aottest/generatorcontinuefinally/
Dgeneratorcontinuefinally.ts21 var iterator = values(); variable
/arkcompiler/ets_runtime/test/aottest/continue_from_finally/
Dcontinue_from_finally.ts22 var iterator = values(); variable
/arkcompiler/ets_runtime/ecmascript/
Djs_string_iterator.cpp34 JSHandle<JSStringIterator> iterator(factory->NewJSObjectByConstructor(strIterCtor)); in CreateStringIterator() local
Djs_iterator.cpp102 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
Decma_vm.cpp717 auto iterator = cachedConstpools_.begin(); in ProcessNativeDelete() local
765 auto iterator = cachedConstpools_.begin(); in ProcessReferences() local
/arkcompiler/runtime_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h76 auto iterator = allocated_memory_.find(mem); in Free() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp109 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/
Diterators.h109 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
Ddestructuring.cpp41 DestructuringRestIterator iterator(destIterator); in GenRestElement() local
74 DestructuringIterator iterator(pg, array); in GenArray() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforOfStatement.cpp58 compiler::Iterator iterator(pg, this, iterator_type); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp40 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
Dframe_states.cpp223 auto &iterator = bb.GetBytecodeIterator(); in ComputeLiveOut() local
361 auto &iterator = bb.GetBytecodeIterator(); in BindStateSplit() local
Dbytecode_circuit_builder.h332 auto &iterator = bb.GetBytecodeIterator(); in EnumerateBlock() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp181 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h47 util::StringView::Iterator iterator; in DEFINE_BITOPS() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp201 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/
Dllvm_stackmap_parser.cpp227 for (auto &iterator: info) { in CalculateFuncFpDelta() local
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h130 using iterator = RingBufferIterator<value_type, N>; variable
Dsmall_vector.h201 using iterator = Iterator<T, false>; variable
Dbit_vector.h297 using iterator = BitVectorIterator<false>; variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp101 const auto iterator = program.record_table.find(TSTYPE_ANNO_RECORD_NAME.data()); in SetTypeAnnotationForFunc() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.cpp732 auto iterator = [&pframe, this](auto &reg_info, auto &vreg) { in UpdateRefsInVRegs() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp107 … JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, objectArg, usingIterator); in CreateFromOrdinaryObject() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp594 FrameIterator iterator(sp, thread); in CheckFrameType() local

12