Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc607 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in DeoptimizeSingleFrame()
Dinstrumentation.h303 void UpdateMethodsCode(ArtMethod* method, const void* quick_code)
Dinstrumentation.cc960 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* quick_code) { in UpdateMethodsCode() function in art::instrumentation::Instrumentation
Dclass_linker.cc237 runtime->GetInstrumentation()->UpdateMethodsCode(method, interpreter::GetNterpEntryPoint()); in ChangeInterpreterBridgeToNterp()
241 runtime->GetInstrumentation()->UpdateMethodsCode(method, GetQuickResolutionStub()); in ChangeInterpreterBridgeToNterp()
3688 runtime->GetInstrumentation()->UpdateMethodsCode(method, quick_code); in FixupStaticTrampolines()
/art/runtime/jit/
Djit_code_cache.cc776 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in Commit()
817 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in RemoveMethod()
1887 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in InvalidateCompiledCodeFor()
Djit.cc1518 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method, entry_point); in MaybeCompileMethod()
1653 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in MethodEntered()