Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
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/v8/src/compiler/
Dbytecode-branch-analysis.h44 bool is_reachable(int offset) const { return reachable_.Contains(offset); } in is_reachable() function
Dbytecode-graph-builder.cc529 if (analysis.is_reachable(current_offset)) { in VisitBytecodes()
/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;
/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()