Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp148 auto &mainMethods = bytecodeInfo_.GetMainMethodIndexes(); in TopologicalSortForRecords()
187 auto &mainMethodIndexes = bytecodeInfo_.GetMainMethodIndexes(); in InitializeCompileQueue()
Dbytecode_info_collector.h442 std::vector<uint32_t>& GetMainMethodIndexes() in GetMainMethodIndexes() function