Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc421 if (target->IncrementForceInterpreterCount() == 1) { in AddDeoptimizeThreadMethods()
Dti_stack.cc1071 target->IncrementForceInterpreterCount(); in NotifyFramePop()
/art/runtime/
Dthread.h1207 uint32_t IncrementForceInterpreterCount() REQUIRES(Locks::thread_list_lock_) { in IncrementForceInterpreterCount() function