Searched refs:executableCopy (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DAssemblerBuffer.h142 void* executableCopy(ExecutablePool* allocator) function in class:JSC::AssemblerBuffer
H A DAssemblerBufferWithConstantPool.h205 void* executableCopy(ExecutablePool* allocator) function in class:JSC::AssemblerBufferWithConstantPool
208 return AssemblerBuffer::executableCopy(allocator);
H A DARMAssembler.cpp346 void* ARMAssembler::executableCopy(ExecutablePool* allocator) function in class:JSC::ARMAssembler
353 char* data = reinterpret_cast<char*>(m_buffer.executableCopy(allocator));
H A DLinkBuffer.h214 m_code = m_assembler->m_assembler.executableCopy(m_executablePool.get());
H A DMIPSAssembler.h712 void* executableCopy(ExecutablePool* allocator) function in class:JSC::MIPSAssembler
714 void *result = m_buffer.executableCopy(allocator);
H A DX86Assembler.h1633 void* executableCopy(ExecutablePool* allocator) function in class:JSC::X86Assembler
1635 void* copy = m_formatter.executableCopy(allocator);
1943 void* executableCopy(ExecutablePool* allocator) { return m_buffer.executableCopy(allocator); } function in class:JSC::X86Assembler::X86InstructionFormatter
H A DSH4Assembler.h1529 void* executableCopy(ExecutablePool* allocator) function in class:JSC::SH4Assembler
1531 void* copy = m_buffer.executableCopy(allocator);
H A DARMAssembler.h723 void* executableCopy(ExecutablePool* allocator);
H A DARMv7Assembler.h2293 void* executableCopy(ExecutablePool* allocator) { return m_buffer.executableCopy(allocator); } function in class:JSC::ARMRegisters::ARMInstructionFormatter

Completed in 92 milliseconds