Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp192 JSMutableHandle<TaggedQueue> visited(thread, it->GetVisitedKeys()); in SlowGetAllEnumKeys() local
227 JSMutableHandle<TaggedQueue> visited(thread, it->GetVisitedKeys()); in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp96 std::vector<bool> visited(size, false); in BuildPostOrderList() local
Dearly_elimination.cpp346 ChunkSet<GateRef> visited(GetChunk()); in IsSideEffectLoop() local
Dbytecode_circuit_builder.cpp256 std::vector<size_t> visited(graph_.size(), 0); in ComputeDominatorTree() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp900 …hecker::CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) in CheckDataFlow()