Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc199 runtime->GetInstrumentation()->UpdateEntrypointsForDebuggable(); in FinishSetup()
/art/runtime/
Dinstrumentation.h545 void UpdateEntrypointsForDebuggable() REQUIRES(art::Locks::mutator_lock_);
Dtrace.cc544 runtime->GetInstrumentation()->UpdateEntrypointsForDebuggable(); in Start()
Dinstrumentation.cc449 void Instrumentation::UpdateEntrypointsForDebuggable() { in UpdateEntrypointsForDebuggable() function in art::instrumentation::Instrumentation