Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.h116 bool LoadKernel(std::shared_ptr<const fml::Mapping> mapping, bool last_piece);
Ddart_isolate.cc297 bool DartIsolate::LoadKernel(std::shared_ptr<const fml::Mapping> mapping, in LoadKernel() function in flutter::DartIsolate
346 if (!LoadKernel(mapping, last_piece)) { in PrepareForRunningFromKernel()