Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp53 auto funcCount = d.GetFuncCount(); in CalCallSiteInfo()
Dmodule_section_des.h115 uint32_t GetFuncCount() const in GetFuncCount() function
Delf_builder.cpp368 uint32_t cnt = des.GetFuncCount(); in MergeArkStackMapSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp73 for (size_t j = 0; j < llvmModule_->GetFuncCount(); j++) { in CollectFuncEntryInfo()
80 const size_t funcCount = llvmModule_->GetFuncCount(); in CollectFuncEntryInfo()
Dllvm_ir_builder.h156 size_t GetFuncCount() const in GetFuncCount() function