Searched refs:UpdateMethodsCode (Results 1 – 5 of 5) sorted by relevance
148 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method_to_compile, pattern); in TryPatternMatch()1686 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method, entry_point); in MaybeEnqueueCompilation()
832 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in Commit()
330 void UpdateMethodsCode(ArtMethod* method, const void* new_code)
1253 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* new_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
3787 instrumentation->UpdateMethodsCode(method, quick_code); in FixupStaticTrampolines()