Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc2383 uint32_t in_progress_defines = 0; in ScopedSuspendClassLoading() local
2391 in_progress_defines++; in ScopedSuspendClassLoading()
2394 VLOG(plugin) << "Waiting for " << in_progress_defines in ScopedSuspendClassLoading()
2397 pauser_->WaitFor(in_progress_defines); in ScopedSuspendClassLoading()