Searched defs:codeCache (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DEvalCodeCache.h53 EvalExecutable* getSlow(ExecState* exec, CodeCache* codeCache, ScriptExecutable* owner, bool inStrictContext, const String& evalSource, JSScope* scope, JSValue& exceptionValue) argument
66 EvalExecutable* get(ExecState* exec, CodeCache* codeCache, ScriptExecutable* owner, bool inStrictContext, const String& evalSource, JSScope* scope, JSValue& exceptionValue) argument
H A DUnlinkedCodeBlock.cpp134 CodeCache* codeCache = exec->vm().codeCache(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.cpp119 EvalExecutable::EvalExecutable(ExecState* exec, PassRefPtr<CodeCache> codeCache, const SourceCode& source, bool inStrictContext) argument
H A DVM.h473 CodeCache* codeCache() { return m_codeCache.get(); } function in class:JSC::VM

Completed in 179 milliseconds