Searched defs:OwnedBy (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ | ||
D | node.cc | 284 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const { in OwnedBy() function in v8::internal::compiler::Node |
D | node.h | 155 bool OwnedBy(Node* owner) const { in OwnedBy() function |