Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h231 void UpdateMethodsCodeFromDebugger(ArtMethod* method, const void* quick_code)
Dinstrumentation.cc717 void Instrumentation::UpdateMethodsCodeFromDebugger(ArtMethod* method, const void* quick_code) { in UpdateMethodsCodeFromDebugger() function in art::instrumentation::Instrumentation
Ddebugger.cc585 instrumentation_->UpdateMethodsCodeFromDebugger(&m, GetQuickToInterpreterBridge()); in operator ()()