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

  /external/webkit/WebCore/ForwardingHeaders/jit/
JITCode.h 3 #include <JavaScriptCore/JITCode.h>
  /external/webkit/JavaScriptCore/jit/
JITCode.h 43 class JITCode {
47 JITCode()
51 JITCode(const CodeRef ref)
100 static JITCode HostFunction(CodePtr code)
102 return JITCode(code.dataLocation(), 0, 0);
106 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size)
JIT.cpp 446 JITCode JIT::privateCompile()
593 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JITCode& code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
JIT.h 45 #include "JITCode.h"
281 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock)
336 static void linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JITCode&, CallLinkInfo*, int callerArgCount, JSGlobalData*);
356 JITCode privateCompile();
    [all...]
JITStubs.cpp     [all...]
  /external/webkit/JavaScriptCore/runtime/
Executable.h 66 JITCode& generatedJITCode()
78 JITCode m_jitCode;
88 m_jitCode = JITCode(JITCode::HostFunction(exec->globalData().jitStubs.ctiNativeCallThunk()));
188 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode)
234 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode)
330 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode
    [all...]
Executable.cpp 201 JITCode newJITCode = JIT::compile(globalData, newCodeBlock.get());
226 JITCode newJITCode = JIT::compile(globalData, newCodeBlock.get());
239 m_jitCode = JITCode();
  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 50 JITCode& code = codeBlock->getJITCode();
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 35 #include "JITCode.h"
360 JITCode& getJITCode() { return ownerExecutable()->generatedJITCode(); }

Completed in 214 milliseconds