Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h402 int32_t IncrInternalEventRefcount(ArtJvmtiEvent event) REQUIRES(envs_lock_);
Devents.cc1481 new_state = IncrInternalEventRefcount(event) > 0; in SetInternalEvent()
1650 int32_t EventHandler::IncrInternalEventRefcount(ArtJvmtiEvent event) { in IncrInternalEventRefcount() function in openjdkjvmti::EventHandler