Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dgraph-reducer.cc130 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1); in ReduceTop() local
154 Replace(node, replacement, max_id); in ReduceTop()
170 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() argument
173 if (replacement->id() <= max_id) { in Replace()
189 if (user->id() <= max_id) { in Replace()
Dgraph-reducer.h160 void Replace(Node* node, Node* replacement, NodeId max_id);
/external/v8/build/android/buildbot/
Dbb_run_bot.py241 max_id = max(substring_matches, key=len)
242 print 'Using config from id="%s" (substring match).' % max_id
243 config = id_map[max_id]
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h183 __u64 max_id; /* out */ member
/external/v8/src/crankshaft/
Dhydrogen.cc661 int max_id = -1; in GetLastBackEdge() local
665 if (cur->block_id() > max_id) { in GetLastBackEdge()
666 max_id = cur->block_id(); in GetLastBackEdge()