Home
last modified time | relevance | path

Searched refs:notdomStlexvar_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlexical_env_specialization_pass.cpp235 auto iter = notdomStlexvar_.find(next); in LookUpNotDomStLexVarOrCall()
236 if (iter == notdomStlexvar_.end()) { in LookUpNotDomStLexVarOrCall()
237 notdomStlexvar_[next] = current; in LookUpNotDomStLexVarOrCall()
267 auto iter = notdomStlexvar_.find(gate); in HasNotDomStLexvar()
268 if (iter != notdomStlexvar_.end()) { in HasNotDomStLexvar()
H A Dlexical_env_specialization_pass.h30 notdomStlexvar_(chunk), notDomCall_(chunk_), enableLog_(enableLog), acc_(circuit) {} in LexicalEnvSpecializationPass()
63 ChunkMap<GateRef, GateRef> notdomStlexvar_; member in panda::ecmascript::kungfu::LexicalEnvSpecializationPass

Completed in 1 milliseconds