Searched refs:executablePool (Results 1 - 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DJITCode.h106 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) argument
107 : m_ref(code, executablePool, size)
H A DJITPropertyAccess.cpp602 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
698 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
745 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
777 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
824 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
878 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
933 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
1553 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
1645 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
1691 LinkBuffer patchBuffer(this, m_codeBlock->executablePool());
[all...]
H A DJIT.h320 static void compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool, TrampolineStructure *trampolines) argument
323 jit.privateCompileCTIMachineTrampolines(executablePool, globalData, trampolines);
364 void privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* data, TrampolineStructure *trampolines);
H A DJITOpcodes.cpp43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines) argument
370 *executablePool = finalCode.m_executablePool;
1505 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines)
1839 *executablePool = finalCode.m_executablePool;
/external/webkit/JavaScriptCore/assembler/
H A DMacroAssemblerCodeRef.h178 MacroAssemblerCodeRef(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) argument
180 , m_executablePool(executablePool)
H A DLinkBuffer.h62 // Note: Initialization sequence is significant, since executablePool is a PassRefPtr.
63 // First, executablePool is copied into m_executablePool, then the initialization of
64 // m_code uses m_executablePool, *not* executablePool, since this is no longer valid.
65 LinkBuffer(MacroAssembler* masm, PassRefPtr<ExecutablePool> executablePool) argument
66 : m_executablePool(executablePool)
/external/webkit/JavaScriptCore/bytecode/
H A DCodeBlock.h361 ExecutablePool* executablePool() { return ownerExecutable()->getExecutablePool(); } function in class:JSC::CodeBlock

Completed in 971 milliseconds