HomeSort by relevance Sort by last modified time
    Searched refs:executablePool (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 92 ExecutablePool* getExecutablePool()
105 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size)
106 : m_ref(code, executablePool, size)
JITPropertyAccess.cpp 53 JIT::CodePtr JIT::stringGetByValStubGenerator(JSGlobalData* globalData, ExecutablePool* pool)
621 LinkBuffer patchBuffer(this, m_codeBlock->executablePool(), 0);
699 LinkBuffer patchBuffer(this, m_codeBlock->executablePool(), 0);
    [all...]
JIT.h 220 static void compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool, TrampolineStructure *trampolines)
225 jit.privateCompileCTIMachineTrampolines(executablePool, globalData, trampolines);
228 static CodePtr compileCTINativeCall(JSGlobalData* globalData, PassRefPtr<ExecutablePool> executablePool, NativeFunction func)
233 return jit.privateCompileCTINativeCall(executablePool, globalData, func);
274 void privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* data, TrampolineStructure *trampolines);
276 CodePtr privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* data, NativeFunction func)
    [all...]
JITPropertyAccess32_64.cpp 270 JIT::CodePtr JIT::stringGetByValStubGenerator(JSGlobalData* globalData, ExecutablePool* pool)
644 LinkBuffer patchBuffer(this, m_codeBlock->executablePool(), 0);
    [all...]
JITOpcodes32_64.cpp 43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines)
177 *executablePool = finalCode.m_executablePool;
331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* globalData, NativeFunction func)
467 LinkBuffer patchBuffer(this, executablePool, 0);
    [all...]
JITOpcodes.cpp 47 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines)
176 *executablePool = finalCode.m_executablePool;
305 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool>, JSGlobalData* globalData, NativeFunction)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 208 MacroAssemblerCodeRef(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size)
210 , m_executablePool(executablePool)
216 RefPtr<ExecutablePool> m_executablePool;
LinkBuffer.h 70 // Note: Initialization sequence is significant, since executablePool is a PassRefPtr.
71 // First, executablePool is copied into m_executablePool, then the initialization of
72 // m_code uses m_executablePool, *not* executablePool, since this is no longer valid.
74 LinkBuffer(MacroAssembler* masm, PassRefPtr<ExecutablePool> executablePool, void* linkOffset)
75 : m_executablePool(executablePool)
345 RefPtr<ExecutablePool> m_executablePool;
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 293 ExecutablePool* executablePool() { return getJITCode().getExecutablePool(); }

Completed in 191 milliseconds