Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h196 void UpdateMethodsCode(mirror::ArtMethod* method, const void* quick_code,
Dinstrumentation.cc679 void Instrumentation::UpdateMethodsCode(mirror::ArtMethod* method, const void* quick_code, in UpdateMethodsCode() function in art::instrumentation::Instrumentation
Dclass_linker.cc2621 runtime->GetInstrumentation()->UpdateMethodsCode(method, quick_code, portable_code, in FixupStaticTrampolines()
2717 runtime->GetInstrumentation()->UpdateMethodsCode(method.Get(), in LinkCode()