Home
last modified time | relevance | path

Searched refs:MethodSupportsExitEvents (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.h596 bool MethodSupportsExitEvents(ArtMethod* method, const OatQuickMethodHeader* header)
Dinstrumentation.cc460 bool Instrumentation::MethodSupportsExitEvents(ArtMethod* method, in MethodSupportsExitEvents() function in art::instrumentation::Instrumentation
610 if (Runtime::Current()->GetInstrumentation()->MethodSupportsExitEvents(m, method_header)) { in ReportMethodEntryForOnStackMethods()
Dquick_exception_handler.cc450 bool supports_exit_events = Runtime::Current()->GetInstrumentation()->MethodSupportsExitEvents( in VisitFrame()