Home
last modified time | relevance | path

Searched refs:DecrInternalEventRefcount (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Devents.h404 int32_t DecrInternalEventRefcount(ArtJvmtiEvent event) REQUIRES(envs_lock_);
Devents.cc1484 new_state = DecrInternalEventRefcount(event) > 0; in SetInternalEvent()
1646 int32_t EventHandler::DecrInternalEventRefcount(ArtJvmtiEvent event) { in DecrInternalEventRefcount() function in openjdkjvmti::EventHandler