Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1847 bool CaseExists(int j) { in CaseExists() function
1850 bool CaseExists(Expression* expr) { in CaseExists() function
1852 ? CaseExists(ReduceToSmiSwitchCaseValue(expr)) in CaseExists()
1859 CaseExists(clause->label()) && in IsDuplicate()
2086 } else if (!info.CaseExists(clause->label())) { in VisitSwitchStatement()
2113 bool use_table = use_jump_table && info.CaseExists(clause->label()); in VisitSwitchStatement()

Completed in 11 milliseconds