Home
last modified time | relevance | path

Searched refs:compileFilesCount (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp22 void AOTSnapshot::InitSnapshot(uint32_t compileFilesCount) in InitSnapshot() argument
24 JSHandle<TaggedArray> data = factory_->NewTaggedArray(compileFilesCount * in InitSnapshot()
H A Daot_snapshot.h74 void InitSnapshot(uint32_t compileFilesCount);
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.h49 void PUBLIC_API InitAOTSnapshot(uint32_t compileFilesCount);
H A Dpgo_type_manager.cpp54 void PGOTypeManager::InitAOTSnapshot(uint32_t compileFilesCount) in InitAOTSnapshot() argument
56 aotSnapshot_.InitSnapshot(compileFilesCount); in InitAOTSnapshot()

Completed in 2 milliseconds