HomeSort by relevance Sort by last modified time
    Searched defs:executableCopy (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 346 void* ARMAssembler::executableCopy(ExecutablePool* allocator)
353 char* data = reinterpret_cast<char*>(m_buffer.executableCopy(allocator));
AssemblerBuffer.h 142 void* executableCopy(ExecutablePool* allocator)
AssemblerBufferWithConstantPool.h 205 void* executableCopy(ExecutablePool* allocator)
208 return AssemblerBuffer::executableCopy(allocator);
MIPSAssembler.h 712 void* executableCopy(ExecutablePool* allocator)
714 void *result = m_buffer.executableCopy(allocator);
ARMv7Assembler.h     [all...]
SH4Assembler.h     [all...]
X86Assembler.h     [all...]

Completed in 37 milliseconds