Searched defs:OwnedBy (Results 1 – 4 of 4) sorted by relevance
110 TEST_F(NodeTest, OwnedBy) { in TEST_F() argument
268 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const { in OwnedBy() function in v8::internal::compiler::Node
183 bool OwnedBy(Node* owner) const { in OwnedBy() function
221 TEST(OwnedBy) { in TEST() argument