Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h399 EXPORT void TransitionToDebuggable() REQUIRES(!Locks::jit_lock_) REQUIRES(Locks::mutator_lock_);
Djit_code_cache.cc914 void JitCodeCache::TransitionToDebuggable() { in TransitionToDebuggable() function in art::jit::JitCodeCache
/art/openjdkjvmti/
Ddeopt_manager.cc190 jit->GetCodeCache()->TransitionToDebuggable(); in FinishSetup()
/art/runtime/
Dtrace.cc844 jit->GetCodeCache()->TransitionToDebuggable(); in Start()
Druntime.cc3253 jit->GetCodeCache()->TransitionToDebuggable(); in DeoptimizeBootImage()