Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dnode-properties.h36 static inline void ReplaceEffectInput(Node* node, Node* effect,
Dnode-properties-inl.h159 inline void NodeProperties::ReplaceEffectInput(Node* node, Node* effect, in ReplaceEffectInput() function
Djs-typed-lowering.cc219 NodeProperties::ReplaceEffectInput(node_, effect); in update_effect()