Searched refs:SetIndexOfForInIterator (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 623 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | circuit_builder.h | 266 void SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index);
|
| D | stub_builder-inl.h | 1536 inline void StubBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() function 1538 env_->GetBuilder()->SetIndexOfForInIterator(glue, iter, index); in SetIndexOfForInIterator()
|
| D | new_object_stub_builder.cpp | 410 SetIndexOfForInIterator(glue, iter, Int32(EnumCache::ENUM_CACHE_HEADER_SIZE)); in NewJSForinIterator()
|
| D | stub_builder.h | 703 void SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index);
|