Searched refs:UpdateMethodsCode (Results 1 – 3 of 3) sorted by relevance
196 void UpdateMethodsCode(mirror::ArtMethod* method, const void* quick_code,
679 void Instrumentation::UpdateMethodsCode(mirror::ArtMethod* method, const void* quick_code, in UpdateMethodsCode() function in art::instrumentation::Instrumentation
2621 runtime->GetInstrumentation()->UpdateMethodsCode(method, quick_code, portable_code, in FixupStaticTrampolines()2717 runtime->GetInstrumentation()->UpdateMethodsCode(method.Get(), in LinkCode()