Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc138 << ") force interpreter count " << self->ForceInterpreterCount() << "\n"; in DumpDeoptInfo()
448 DCHECK_GT(target->ForceInterpreterCount(), 0u); in RemoveDeoptimizeThreadMethods()
Devents.cc913 CHECK_GT(self->ForceInterpreterCount(), 0u); in WatchedFramePop()
/art/runtime/
Dthread.h1259 uint32_t ForceInterpreterCount() const { in ForceInterpreterCount() function