Searched refs:IsDirectlySettableEvent (Results 1 – 1 of 1) sorted by relevance
1504 static bool IsDirectlySettableEvent(ArtJvmtiEvent event) { in IsDirectlySettableEvent() function1509 return EventMask::EventIsInRange(event) && IsDirectlySettableEvent(event); in EventIsNormal()