Searched refs:UpdateEntrypoints (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation.cc | 209 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints() function 291 UpdateEntrypoints(method, new_quick_code); in InstallStubsForMethod() 936 UpdateEntrypoints(method, new_quick_code); in UpdateMethodsCodeImpl() 947 UpdateEntrypoints(method, new_quick_code); in UpdateNativeMethodsCodeToJitCode() 1016 UpdateEntrypoints(method, GetQuickInstrumentationEntryPoint()); in Deoptimize() 1047 UpdateEntrypoints(method, GetQuickResolutionStub()); in Undeoptimize() 1052 UpdateEntrypoints(method, quick_code); in Undeoptimize()
|
H A D | art_method-inl.h | 388 inline void ArtMethod::UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size) { in UpdateEntrypoints() function
|
H A D | art_method.h | 750 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size)
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 1316 method.UpdateEntrypoints(forward_code, kPointerSize); in RelocateInPlace()
|