Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.h89 const CMap<FuncEntryIndexKey, uint32_t>& GetMethodToEntryIndexMap() const in GetMethodToEntryIndexMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp790 const auto &methodToEntryIndexMap = aotInfo_.GetMethodToEntryIndexMap(); in SaveSnapshotFile()