Searched refs:UpdateEntryPoints (Results 1 – 2 of 2) sorted by relevance
252 static void UpdateEntryPoints(ArtMethod* method, const void* quick_code) in UpdateEntryPoints() function357 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InitializeMethodsCode()363 UpdateEntryPoints( in InitializeMethodsCode()381 UpdateEntryPoints(method, interpreter::GetNterpWithClinitEntryPoint()); in InitializeMethodsCode()383 UpdateEntryPoints(method, GetQuickResolutionStub()); in InitializeMethodsCode()386 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InitializeMethodsCode()393 UpdateEntryPoints(method, aot_code); in InitializeMethodsCode()401 UpdateEntryPoints(method, interpreter::GetNterpEntryPoint()); in InitializeMethodsCode()406 UpdateEntryPoints( in InitializeMethodsCode()425 UpdateEntryPoints(method, GetQuickToInterpreterBridge()); in InstallStubsForMethod()[all …]
125 void UpdateEntryPoints(const void* entrypoint) REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateEntryPoints() function in art::jit::JitCodeCache::JniStubData759 data->UpdateEntryPoints(method_header->GetEntryPoint()); in Commit()1729 data->UpdateEntryPoints(entrypoint); in NotifyCompilationOf()