Home
last modified time | relevance | path

Searched defs:visited (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp85 JSMutableHandle<TaggedQueue> visited(thread, it->GetVisitedObjs()); in GetAllEnumKeys() local
141 JSMutableHandle<TaggedQueue> visited(thread, it->GetVisitedObjs()); in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp251 …ChunkVector<VisitState> visited(circuit_->GetMaxGateId() + 1, VisitState::UNVISITED, circuit_->chu… in CheckResumeInLoopBody() local
Dearly_elimination.cpp50 ChunkSet<GateRef> visited(chunk_); in GetLoopDependInfo() local
Dframe_states.cpp111 std::vector<bool> visited(size, false); in BuildPostOrderList() local
Dbytecode_circuit_builder.cpp243 std::vector<size_t> visited(graph_.size(), 0); in ComputeDominatorTree() local
1568 ChunkSet<size_t> visited (circuit_->chunk()); in ComputeLoopDepth() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp725 …hecker::CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) in CheckSaveStateOsrRec()