Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h305 void UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, const void* quick_code)
Dinstrumentation.cc918 void Instrumentation::UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, in UpdateMethodsCodeForJavaDebuggable() function in art::instrumentation::Instrumentation
Druntime.cc2750 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()