Searched defs:instrumentation_stack (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc2174 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack = GetInstrumentationStack(); local
2176 for (It it = instrumentation_stack->begin(), end = instrumentation_stack->end(); it != end; ++it) {

Completed in 36 milliseconds