Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Ddeopt_manager.cc199 runtime->GetInstrumentation()->UpdateEntrypointsForDebuggable(); in FinishSetup()
/aosp_15_r20/art/runtime/
H A Dinstrumentation.h564 EXPORT void UpdateEntrypointsForDebuggable() REQUIRES(art::Locks::mutator_lock_);
H A Dinstrumentation.cc479 void Instrumentation::UpdateEntrypointsForDebuggable() { in UpdateEntrypointsForDebuggable() function in art::instrumentation::Instrumentation
H A Dtrace.cc824 runtime->GetInstrumentation()->UpdateEntrypointsForDebuggable(); in Start()