Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc209 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()
Dart_method-inl.h380 inline void ArtMethod::UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size) { in UpdateEntrypoints() function
Dart_method.h758 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size)
/art/runtime/gc/space/
Dimage_space.cc1549 method.UpdateEntrypoints(forward_code, kPointerSize); in RelocateInPlace()