Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp36 const auto &funcEntryDes = GetStubs(); in CalCallSiteInfo()
Daot_file_info.h93 const std::vector<FuncEntryDes> &GetStubs() const in GetStubs() function
Daot_file_manager.cpp65 auto stubs = info->GetStubs(); in LoadStubFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp323 const std::vector<AOTFileInfo::FuncEntryDes> &entries = aotInfo_.GetStubs(); in GenerateMethodToEntryIndexMap()