| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_segment_iterator.cpp | 36 JSHandle<JSSegmentIterator> iterator = JSHandle<JSSegmentIterator>::Cast(thisValue); in Next() local
|
| H A D | builtins_promise.cpp | 191 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Race() local 668 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); Any() local 853 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); AllSettled() local [all...] |
| H A D | builtins_shared_typedarray.cpp | 182 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, source, usingIterator); in From() local
|
| H A D | builtins_typedarray.cpp | 302 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, source, usingIterator); in From() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | malloc-proxy-allocator-inl.h | 76 auto iterator = allocatedMemory_.find(mem); in Free() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | iterators.h | 111 explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(iterator) {} in DestructuringRestIterator() argument
|
| H A D | destructuring.cpp | 71 static void GenElement(const ir::ArrayExpression *array, DestructuringIterator &iterator, PandaGen *pg) in GenElement() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | iterators.h | 112 explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(iterator) {} in DestructuringRestIterator() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_map_iterator.cpp | 122 JSTaggedValue JSMapIterator::MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> iterator) in MapIteratorToList() argument
|
| H A D | js_segment_iterator.cpp | 26 void JSSegmentIterator::SetIcuBreakIterator(JSThread *thread, const JSHandle<JSSegmentIterator> &iterator, in SetIcuBreakIterator() argument 43 void JSSegmentIterator::SetUString(JSThread *thread, const JSHandle<JSSegmentIterator> &iterator, in SetUString() argument 85 Next(JSThread *thread, const JSHandle<JSSegmentIterator> &iterator) Next() argument [all...] |
| H A D | runtime.cpp | 318 auto iterator = globalSharedConstpools_.begin(); in ProcessNativeDeleteInSharedGC() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_itable_builder.cpp | 77 auto iterator = interfaces.find(item.GetInterface()); in LinearizeITable() local 83 auto iterator = interfaces.find(interface); in LinearizeITable() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | dynamicContext.cpp | 110 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() argument 140 DestructuringIteratorContext::DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator) in DestructuringIteratorContext() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | dynamicContext.cpp | 118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() argument
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| H A D | lexer.h | 47 util::StringView::Iterator iterator; member in panda::es2panda::panda::es2panda::lexer::LexerPosition
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSchecker.cpp | 39 const auto iterator = varMap.find(signature); in InitBuiltin() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc.cpp | 937 auto iterator = [&pframe, this](auto ®Info, auto &vreg) { in UpdateRefsInVRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 360 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, objectArg, usingIterator); in CreateFromOrdinaryObject() local 1206 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, obj, iterMethod); in IsNativeArrayIterator() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_circuit_builder.cpp | 830 auto &iterator = bb.GetBytecodeIterator(); in NewJSGate() local 873 auto &iterator = bb.GetBytecodeIterator(); NewJump() local 922 auto &iterator = bb.GetBytecodeIterator(); NewReturn() local 948 auto &iterator = bb.GetBytecodeIterator(); NewByteCode() local [all...] |
| H A D | frame_states.cpp | 120 auto &iterator = bb.GetBytecodeIterator(); in ComputeLiveOut() local
|
| H A D | profiler_stub_builder.cpp | 661 GateRef ProfilerStubBuilder::GetIterationFunctionId(GateRef glue, GateRef iterator) in GetIterationFunctionId() argument 728 ProfileGetIterator( GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef iterator, GateRef profileTypeInfo) ProfileGetIterator() argument
|
| H A D | typed_native_inline_lowering.cpp | 426 GateRef iterator = builder_.HeapAlloc(glue, builder_.IntPtr(JSArrayIterator::SIZE), in AllocateArrayIterator() local 429 builder_.StoreConstOffset(VariableType::JS_POINTER(), iterator, TaggedObject::HCLASS_OFFSET, in AllocateArrayIterator() local 431 builder_.StoreConstOffset(VariableType::INT64(), iterator, JSObject::HASH_OFFSET, in AllocateArrayIterator() local 433 builder_.StoreConstOffset(VariableType::INT64(), iterator, JSObject::PROPERTIES_OFFSET, emptyArray); in AllocateArrayIterator() local 434 builder_.StoreConstOffset(VariableType::INT64(), iterator, JSObject::ELEMENTS_OFFSET, emptyArray); in AllocateArrayIterator() local 436 builder_.StoreConstOffset(VariableType::JS_ANY(), iterator, JSArrayIterator::ITERATED_ARRAY_OFFSET, self); in AllocateArrayIterator() local 437 builder_.StoreConstOffset(VariableType::INT32(), iterator, JSArrayIterator::NEXT_INDEX_OFFSET, builder_.Int32(0)); in AllocateArrayIterator() local 438 builder_.StoreConstOffset(VariableType::INT32(), iterator, JSArrayIterator::BIT_FIELD_OFFSET, kind); in AllocateArrayIterator() local
|