Searched refs:executableAllocator (Results 1 – 7 of 7) sorted by relevance
187 ExecutableAllocator executableAllocator; variable
235 m_canUseJIT = executableAllocator.isValid(); in JSGlobalData()
350 … LinkBuffer linkBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), 0); in compileFunction()
516 …LinkBuffer patchBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), m_… in privateCompile()
162 …LinkBuffer patchBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), 0); in privateCompileCTIMachineTrampolines()
161 …LinkBuffer patchBuffer(this, m_globalData->executableAllocator.poolForSize(m_assembler.size()), 0); in privateCompileCTIMachineTrampolines()
757 if (!globalData->executableAllocator.isValid()) in JITThunks()