Home
last modified time | relevance | path

Searched refs:BuildSwitchOnSmi (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h260 void BuildSwitchOnSmi(Node* condition);
Dbytecode-graph-builder.cc2671 void BytecodeGraphBuilder::BuildSwitchOnSmi(Node* condition) { in BuildSwitchOnSmi() function in v8::internal::compiler::BytecodeGraphBuilder
2689 BuildSwitchOnSmi(acc_smi); in VisitSwitchOnSmiNoFeedback()