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

  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 41 class JITCode {
45 JITCode()
49 JITCode(const CodeRef ref)
99 static JITCode HostFunction(CodePtr code)
101 return JITCode(code.dataLocation(), 0, 0);
105 JITCode(void* code, PassRefPtr<ExecutablePool> executablePool, size_t size)
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.h 64 JITCode,

Completed in 80 milliseconds