Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Devents.cc1028 if (event_handler_->IsEventEnabledAnywhere(ArtJvmtiEvent::kExceptionCatch)) { in ExceptionHandled()
1036 RunEventCallback<ArtJvmtiEvent::kExceptionCatch>( in ExceptionHandled()
1120 case ArtJvmtiEvent::kExceptionCatch: in GetInstrumentationEventsFor()
1147 case ArtJvmtiEvent::kExceptionCatch: in GetDeoptRequirement()
1349 case ArtJvmtiEvent::kExceptionCatch: in HandleEventType()
1382 case ArtJvmtiEvent::kExceptionCatch: in HasAssociatedCapability()
H A Devents.h57 kExceptionCatch = JVMTI_EVENT_EXCEPTION_CATCH, enumerator
H A Devents-inl.h104 fn(ExceptionCatch, ArtJvmtiEvent::kExceptionCatch) \