Searched refs:UpdateMethodsCodeFromDebugger (Results 1 – 3 of 3) sorted by relevance
231 void UpdateMethodsCodeFromDebugger(ArtMethod* method, const void* quick_code)
717 void Instrumentation::UpdateMethodsCodeFromDebugger(ArtMethod* method, const void* quick_code) { in UpdateMethodsCodeFromDebugger() function in art::instrumentation::Instrumentation
585 instrumentation_->UpdateMethodsCodeFromDebugger(&m, GetQuickToInterpreterBridge()); in operator ()()