Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp33 const std::vector<GateRef> &values, int valueCounts, VariableType type) in Selector()
54 const std::vector<GateRef> &values, int valueCounts, VariableType type) in Selector()
1080 int valueCounts = static_cast<int>(this->predecessors_.size()) + 1; in ReadVariableRecursive() local