Searched refs:UpdateEntrypoints (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 209 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints() function 291 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod() 946 UpdateEntrypoints(method, new_quick_code); in UpdateMethodsCodeImpl() 957 UpdateEntrypoints(method, new_quick_code); in UpdateNativeMethodsCodeToJitCode() 1026 UpdateEntrypoints(method, GetQuickInstrumentationEntryPoint()); in Deoptimize() 1057 UpdateEntrypoints(method, GetQuickResolutionStub()); in Undeoptimize() 1062 UpdateEntrypoints(method, quick_code); in Undeoptimize()
|
D | art_method-inl.h | 380 inline void ArtMethod::UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size) { in UpdateEntrypoints() function
|
D | art_method.h | 758 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size)
|
/art/runtime/gc/space/ |
D | image_space.cc | 1549 method.UpdateEntrypoints(forward_code, kPointerSize); in RelocateInPlace()
|