Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h329 void UpdateMethodsCode(ArtMethod* method, const void* new_code)
Dinstrumentation.cc1226 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* new_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
Dclass_linker.cc3729 instrumentation->UpdateMethodsCode(method, quick_code); in FixupStaticTrampolines()
/art/runtime/jit/
Djit.cc146 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method_to_compile, pattern); in TryPatternMatch()
1703 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method, entry_point); in MaybeEnqueueCompilation()
Djit_code_cache.cc773 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in Commit()