Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-type-hint-lowering.cc341 return LoweringResult::SideEffectFree(node, node, control); in ReduceUnaryOperation()
373 return LoweringResult::SideEffectFree(node, node, control); in ReduceBinaryOperation()
406 return LoweringResult::SideEffectFree(node, node, control); in ReduceBinaryOperation()
412 return LoweringResult::SideEffectFree(node, node, control); in ReduceBinaryOperation()
456 return LoweringResult::SideEffectFree(node, node, control); in ReduceToNumberOperation()
Djs-type-hint-lowering.h72 static LoweringResult SideEffectFree(Node* value, Node* effect, in SideEffectFree() function