Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp28 size_t pMaxIslandSize) in BranchIslandFactory() argument
30 m_MaxFwdBranchRange(pMaxFwdBranchRange - pMaxIslandSize), in BranchIslandFactory()
31 m_MaxBwdBranchRange(pMaxBwdBranchRange + pMaxIslandSize), in BranchIslandFactory()
32 m_MaxIslandSize(pMaxIslandSize) { in BranchIslandFactory()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIslandFactory.h35 size_t pMaxIslandSize = 65536U);