Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc1132 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()
Djit.cc957 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in MethodEntered()
/art/runtime/
Dquick_exception_handler.cc613 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in DeoptimizeSingleFrame()
Dinstrumentation.h293 void UpdateMethodsCode(ArtMethod* method, const void* quick_code)
Dinstrumentation.cc909 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* quick_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
Dclass_linker.cc3460 runtime->GetInstrumentation()->UpdateMethodsCode(method, quick_code); in FixupStaticTrampolines()