Searched refs:is_shadow (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc684 bool is_shadow = GetCurrentShadowFrame() != nullptr; local
685 LOG(INFO) << (is_shadow ? "S" : "Q")
686 << ((!is_shadow && IsInInlinedFrame()) ? "i" : " ")

Completed in 85 milliseconds