Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc2394 uint32_t in_progress_defines = 0; in ScopedSuspendClassLoading() local
2402 in_progress_defines++; in ScopedSuspendClassLoading()
2405 VLOG(plugin) << "Waiting for " << in_progress_defines in ScopedSuspendClassLoading()
2408 pauser_->WaitFor(in_progress_defines); in ScopedSuspendClassLoading()