Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1158 Node* e_is_smi = nullptr; in ReduceJSInstanceOf() local
1165 e_is_smi = effect; in ReduceJSInstanceOf()
1274 DCHECK_NOT_NULL(e_is_smi); in ReduceJSInstanceOf()
1277 graph()->NewNode(common()->EffectPhi(2), e_is_smi, effect, control); in ReduceJSInstanceOf()