Home
last modified time | relevance | path

Searched refs:UpdateEntrypoints (Results 1 – 3 of 3) 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.h378 inline void ArtMethod::UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size) { in UpdateEntrypoints() function
Dart_method.h760 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size)