Home
last modified time | relevance | path

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

/art/runtime/
Dnth_caller_visitor.h39 bool do_count = false; in VisitFrame() local
42 do_count = include_runtime_and_upcalls_; in VisitFrame()
44 do_count = true; in VisitFrame()
46 if (do_count) { in VisitFrame()
/art/runtime/openjdkjvmti/
Dti_stack.cc597 const bool do_count = !(m == nullptr || m->IsRuntimeMethod()); in VisitFrame() local
598 if (do_count) { in VisitFrame()
653 const bool do_count = !(m == nullptr || m->IsRuntimeMethod()); in VisitFrame() local
654 if (do_count) { in VisitFrame()