Home
last modified time | relevance | path

Searched defs:executablePool (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITCode.h105 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) in JITCode()
DJIT.h220 …d compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool, T… in compileCTIMachineTrampolines()
228 … CodePtr compileCTINativeCall(JSGlobalData* globalData, PassRefPtr<ExecutablePool> executablePool,… in compileCTINativeCall()
DJITOpcodes32_64.cpp43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData*… in privateCompileCTIMachineTrampolines()
331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalDa… in privateCompileCTINativeCall()
DJITOpcodes.cpp47 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData*… in privateCompileCTIMachineTrampolines()
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerCodeRef.h208 MacroAssemblerCodeRef(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) in MacroAssemblerCodeRef()
DLinkBuffer.h74 LinkBuffer(MacroAssembler* masm, PassRefPtr<ExecutablePool> executablePool, void* linkOffset) in LinkBuffer()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h293 ExecutablePool* executablePool() { return getJITCode().getExecutablePool(); } in executablePool() function