Home
last modified time | relevance | path

Searched refs:SetIndexOfForInIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp623 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h266 void SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index);
Dstub_builder-inl.h1536 inline void StubBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() function
1538 env_->GetBuilder()->SetIndexOfForInIterator(glue, iter, index); in SetIndexOfForInIterator()
Dnew_object_stub_builder.cpp410 SetIndexOfForInIterator(glue, iter, Int32(EnumCache::ENUM_CACHE_HEADER_SIZE)); in NewJSForinIterator()
Dstub_builder.h703 void SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index);