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