Searched refs:root_begin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h41 RootIterator root_begin, RootIterator root_end,
49 Node* current = *root_begin;
75 if (++root_begin == root_end) return;
76 current = *root_begin;
40 Visit(GenericGraphBase* graph, Zone* zone, RootIterator root_begin, RootIterator root_end, Visitor* visitor) argument
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc270 static void ProcessRootRegion(Frontier *frontier, uptr root_begin, argument
277 uptr intersection_begin = Max(root_begin, begin);
282 root_begin, root_end, begin, end,

Completed in 371 milliseconds