Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc541 bool should_continue = VisitFrame(); in WalkStack() local
542 if (UNLIKELY(!should_continue)) { in WalkStack()
590 bool should_continue = VisitFrame(); in WalkStack() local
591 if (UNLIKELY(!should_continue)) { in WalkStack()
599 bool should_continue = VisitFrame(); in WalkStack() local
600 if (!should_continue) { in WalkStack()