Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h391 void TransitionToDebuggable() REQUIRES(!Locks::jit_lock_) REQUIRES(Locks::mutator_lock_);
Djit_code_cache.cc886 void JitCodeCache::TransitionToDebuggable() { in TransitionToDebuggable() function in art::jit::JitCodeCache
/art/runtime/
Druntime.cc2884 jit->GetCodeCache()->TransitionToDebuggable(); in DeoptimizeBootImage()