Searched refs:UpdateMethodsCodeForJavaDebuggable (Results 1 – 3 of 3) sorted by relevance
305 void UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, const void* quick_code)
918 void Instrumentation::UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, in UpdateMethodsCodeForJavaDebuggable() function in art::instrumentation::Instrumentation
2750 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()