Home
last modified time | relevance | path

Searched refs:is_reachable (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dhydrogen-mark-unreachable.cc21 bool is_reachable = blocks->at(0) == block; in MarkUnreachableBlocks() local
33 is_reachable = true; in MarkUnreachableBlocks()
38 is_reachable = true; in MarkUnreachableBlocks()
41 if (!is_reachable) { in MarkUnreachableBlocks()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc91 bool is_reachable = g.isReachable(from, target); in BasicTest() local
92 if (is_reachable) { in BasicTest()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h283 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node); variable
286 return is_reachable;