Searched refs:MethodSupportsExitEvents (Results 1 – 3 of 3) sorted by relevance
596 bool MethodSupportsExitEvents(ArtMethod* method, const OatQuickMethodHeader* header)
460 bool Instrumentation::MethodSupportsExitEvents(ArtMethod* method, in MethodSupportsExitEvents() function in art::instrumentation::Instrumentation610 if (Runtime::Current()->GetInstrumentation()->MethodSupportsExitEvents(m, method_header)) { in ReportMethodEntryForOnStackMethods()
450 bool supports_exit_events = Runtime::Current()->GetInstrumentation()->MethodSupportsExitEvents( in VisitFrame()