Home
last modified time | relevance | path

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

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