Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/
Dclass_linker_extension.cpp277 PandaVector<const panda_file::File *> app_file_ptrs; in CreateApplicationClassLinkerContext() local
278 app_file_ptrs.reserve(app_files.size()); in CreateApplicationClassLinkerContext()
280 app_file_ptrs.emplace_back(pf.get()); in CreateApplicationClassLinkerContext()
284 auto *ctx = allocator->New<AppContext>(this, std::move(app_file_ptrs)); in CreateApplicationClassLinkerContext()