Searched refs:UpdateMethodsCode (Results 1 – 6 of 6) sorted by relevance
1132 instrum->UpdateMethodsCode(m, method_header->GetEntryPoint()); in CommitCodeInternal()1166 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in CommitCodeInternal()1209 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in RemoveMethod()2176 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in InvalidateCompiledCodeFor()
957 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in MethodEntered()
613 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in DeoptimizeSingleFrame()
293 void UpdateMethodsCode(ArtMethod* method, const void* quick_code)
909 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* quick_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
3460 runtime->GetInstrumentation()->UpdateMethodsCode(method, quick_code); in FixupStaticTrampolines()