Searched refs:GetInternalEventRefcount (Results 1 – 2 of 2) sorted by relevance
1473 DCHECK_GE(GetInternalEventRefcount(event) + (mode == JVMTI_ENABLE ? 1 : -1), 0) in SetInternalEvent()1474 << "Refcount: " << GetInternalEventRefcount(event); in SetInternalEvent()1477 DCHECK_GE(GetInternalEventRefcount(event), GetInternalEventThreadRefcount(event, target)); in SetInternalEvent()1478 old_state = GetInternalEventRefcount(event) > 0; in SetInternalEvent()1654 int32_t EventHandler::GetInternalEventRefcount(ArtJvmtiEvent event) const { in GetInternalEventRefcount() function in openjdkjvmti::EventHandler
400 int32_t GetInternalEventRefcount(ArtJvmtiEvent event) const REQUIRES(envs_lock_);