Home
last modified time | relevance | path

Searched defs:executableCopy (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DAssemblerBuffer.h127 void* executableCopy(ExecutablePool* allocator) in executableCopy() function
DAssemblerBufferWithConstantPool.h187 void* executableCopy(ExecutablePool* allocator) in executableCopy() function
DARMAssembler.cpp345 void* ARMAssembler::executableCopy(ExecutablePool* allocator) in executableCopy() function in JSC::ARMAssembler
DARMv7Assembler.h1505 void* executableCopy(ExecutablePool* allocator) in executableCopy() function
1824 … void* executableCopy(ExecutablePool* allocator) { return m_buffer.executableCopy(allocator); } in executableCopy() function
DX86Assembler.h1581 void* executableCopy(ExecutablePool* allocator) in executableCopy() function
1885 … void* executableCopy(ExecutablePool* allocator) { return m_buffer.executableCopy(allocator); } in executableCopy() function