Home
last modified time | relevance | path

Searched defs:new_to (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode.cc154 void Node::AppendInput(Zone* zone, Node* new_to) { in AppendInput()
203 void Node::InsertInput(Zone* zone, int index, Node* new_to) { in InsertInput()
Dnode.h77 void ReplaceInput(int index, Node* new_to) { in ReplaceInput()
435 void UpdateTo(Node* new_to) { in UpdateTo()
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc1441 int new_to = std::max(to_replace.to(), to); in RationalizeConsecutiveAtoms() local
1449 int new_to = std::max(list->at(end_pos - 1).to(), to); in RationalizeConsecutiveAtoms() local
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c2295 struct tmpfs_object_s *new_to = tde->tde_object; in tmpfs_rename() local