Searched defs:executablePool (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITCode.h | 105 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) in JITCode()
|
D | JIT.h | 220 …d compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool, T… in compileCTIMachineTrampolines() 228 … CodePtr compileCTINativeCall(JSGlobalData* globalData, PassRefPtr<ExecutablePool> executablePool,… in compileCTINativeCall()
|
D | JITOpcodes32_64.cpp | 43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData*… in privateCompileCTIMachineTrampolines() 331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalDa… in privateCompileCTINativeCall()
|
D | JITOpcodes.cpp | 47 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData*… in privateCompileCTIMachineTrampolines()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerCodeRef.h | 208 MacroAssemblerCodeRef(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size) in MacroAssemblerCodeRef()
|
D | LinkBuffer.h | 74 LinkBuffer(MacroAssembler* masm, PassRefPtr<ExecutablePool> executablePool, void* linkOffset) in LinkBuffer()
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.h | 293 ExecutablePool* executablePool() { return getJITCode().getExecutablePool(); } in executablePool() function
|