Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-type-hint-lowering.cc274 return LoweringResult::SideEffectFree(node, node, control); in ReduceUnaryOperation()
310 return LoweringResult::SideEffectFree(node, node, control); in ReduceBinaryOperation()
346 return LoweringResult::SideEffectFree(node, node, control); in ReduceBinaryOperation()
398 return LoweringResult::SideEffectFree(node, node, control); in ReduceToNumberOperation()
Djs-type-hint-lowering.h71 static LoweringResult SideEffectFree(Node* value, Node* effect, in SideEffectFree() function