Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h315 void UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, const void* quick_code)
Druntime.cc2841 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2848 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2855 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
Dinstrumentation.cc969 void Instrumentation::UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, in UpdateMethodsCodeForJavaDebuggable() function in art::instrumentation::Instrumentation