Searched defs:executablePool (Results 1 - 6 of 6) sorted by relevance

/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/jit/
H A DJITCode.h106 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) argument
107 : m_ref(code, executablePool, size)
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/bytecode/
H A DCodeBlock.h361 ExecutablePool* executablePool() { return ownerExecutable()->getExecutablePool(); } function in class:JSC::CodeBlock

Completed in 210 milliseconds