Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc563 bool needs_instrument; in Run() local
584 needs_instrument = !visitor.IsShadowFrame(); in Run()
606 if (needs_instrument) { in Run()
Dti_stack.cc1079 bool needs_instrument = false; in NotifyFramePop() local
1082 visitor.GetOrCreateShadowFrame(&needs_instrument); in NotifyFramePop()
1096 if (needs_instrument) { in NotifyFramePop()