Home
last modified time | relevance | path

Searched refs:m_executablePool (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DLinkBuffer.h75 : m_executablePool(executablePool) in LinkBuffer()
171 return CodeRef(m_code, m_executablePool, m_size); in finalizeCode()
214 m_code = m_assembler->m_assembler.executableCopy(m_executablePool.get()); in linkCode()
218 m_code = (uint8_t*)m_executablePool->alloc(initialSize); in linkCode()
276 m_executablePool->tryShrink(m_code, initialSize, m_size); in linkCode()
345 RefPtr<ExecutablePool> m_executablePool; variable
DMacroAssemblerCodeRef.h210 , m_executablePool(executablePool) in MacroAssemblerCodeRef()
216 RefPtr<ExecutablePool> m_executablePool; variable
/external/webkit/Source/JavaScriptCore/jit/
DJITCode.h94 return m_ref.m_executablePool.get(); in getExecutablePool()
DJITStubs.h309 RefPtr<ExecutablePool> m_executablePool; variable
DJITStubs.cpp760 JIT::compileCTIMachineTrampolines(globalData, &m_executablePool, &m_trampolineStructure); in JITThunks()
761 ASSERT(m_executablePool); in JITThunks()
3584 entry.first->second = generator(globalData, m_executablePool.get()); in ctiStub()
3592 …ecutable::create(*globalData, JIT::compileCTINativeCall(globalData, m_executablePool, function), f… in hostFunctionStub()
3600 …mblerCodePtr code = globalData->canUseJIT() ? generator(globalData, m_executablePool.get()) : Macr… in hostFunctionStub()
DJITOpcodes32_64.cpp177 *executablePool = finalCode.m_executablePool; in privateCompileCTIMachineTrampolines()
DJITOpcodes.cpp176 *executablePool = finalCode.m_executablePool; in privateCompileCTIMachineTrampolines()