Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h322 void UpdateMethodsCode(ArtMethod* method, const void* new_code)
Dinstrumentation.cc1123 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* new_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
Dclass_linker.cc3641 instrumentation->UpdateMethodsCode(method, instrumentation->GetCodeForInvoke(method)); in FixupStaticTrampolines()
/art/runtime/jit/
Djit.cc1808 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method, entry_point); in MaybeEnqueueCompilation()
Djit_code_cache.cc782 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in Commit()