Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc89 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints() function
159 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod()
679 UpdateEntrypoints(method, new_quick_code); in UpdateMethodsCode()
730 UpdateEntrypoints(method, GetQuickInstrumentationEntryPoint()); in Deoptimize()
761 UpdateEntrypoints(method, GetQuickResolutionStub()); in Undeoptimize()
764 UpdateEntrypoints(method, quick_code); in Undeoptimize()