Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc445 static bool InvokeMainEntrypoint(Dart_Handle user_entrypoint_function, in InvokeMainEntrypoint() argument
447 if (tonic::LogIfError(user_entrypoint_function)) { in InvokeMainEntrypoint()
463 {start_main_isolate_function, user_entrypoint_function, args}))) { in InvokeMainEntrypoint()
482 auto user_entrypoint_function = in Run() local
487 if (!InvokeMainEntrypoint(user_entrypoint_function, entrypoint_args)) { in Run()
512 auto user_entrypoint_function = in RunFromLibrary() local
518 if (!InvokeMainEntrypoint(user_entrypoint_function, entrypoint_args)) { in RunFromLibrary()