Home
last modified time | relevance | path

Searched refs:EvalExecutable (Results 1 – 10 of 10) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DEvalCodeCache.h45 …PassRefPtr<EvalExecutable> get(ExecState* exec, const UString& evalSource, ScopeChainNode* scopeCh… in get()
47 RefPtr<EvalExecutable> evalExecutable; in get()
53 evalExecutable = EvalExecutable::create(exec, makeSource(evalSource)); in get()
71 typedef HashMap<RefPtr<UString::Rep>, RefPtr<EvalExecutable> > EvalCacheMap;
DCodeBlock.h600 …EvalCodeBlock(EvalExecutable* ownerExecutable, JSGlobalObject* globalObject, PassRefPtr<SourceProv… in EvalCodeBlock()
/external/webkit/JavaScriptCore/runtime/
DExecutable.h159 class EvalExecutable : public ScriptExecutable {
162 ~EvalExecutable();
176 …static PassRefPtr<EvalExecutable> create(ExecState* exec, const SourceCode& source) { return adopt… in create()
179 EvalExecutable(ExecState* exec, const SourceCode& source) in EvalExecutable() function
DExecutable.cpp48 EvalExecutable::~EvalExecutable() in ~EvalExecutable()
63 JSObject* EvalExecutable::compile(ExecState* exec, ScopeChainNode* scopeChainNode) in compile()
140 void EvalExecutable::generateJITCode(ExecState* exec, ScopeChainNode* scopeChainNode) in generateJITCode()
210 ExceptionInfo* EvalExecutable::reparseExceptionInfo(JSGlobalData* globalData, ScopeChainNode* scope… in reparseExceptionInfo()
DJSGlobalObjectFunctions.cpp291 RefPtr<EvalExecutable> eval = EvalExecutable::create(exec, makeSource(s)); in globalFuncEval()
/external/webkit/JavaScriptCore/debugger/
DDebuggerCallFrame.cpp82 RefPtr<EvalExecutable> eval = EvalExecutable::create(m_callFrame, makeSource(script)); in evaluate()
DDebugger.cpp104 RefPtr<EvalExecutable> eval = EvalExecutable::create(globalCallFrame, makeSource(script)); in evaluateInGlobalCallFrame()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h45 class EvalExecutable; variable
100 …JSValue execute(EvalExecutable* evalNode, CallFrame* exec, JSObject* thisObj, ScopeChainNode* scop…
124 …JSValue execute(EvalExecutable*, CallFrame*, JSObject* thisObject, int globalRegisterOffset, Scope…
DInterpreter.cpp311 …RefPtr<EvalExecutable> eval = codeBlock->evalCodeCache().get(callFrame, programSource, scopeChain,… in callEval()
771 JSValue Interpreter::execute(EvalExecutable* eval, CallFrame* callFrame, JSObject* thisObj, ScopeCh… in execute()
776 JSValue Interpreter::execute(EvalExecutable* eval, CallFrame* callFrame, JSObject* thisObj, int glo… in execute()
/external/webkit/JavaScriptCore/
DChangeLog9113 (JSC::EvalExecutable::EvalExecutable):
9785 (JSC::EvalExecutable::EvalExecutable):
9786 (JSC::EvalExecutable::create):
11692 (JSC::EvalExecutable::compile):
11696 (JSC::EvalExecutable::generateJITCode):
11700 (JSC::EvalExecutable::reparseExceptionInfo):
11715 (JSC::EvalExecutable::bytecode):
11716 (JSC::EvalExecutable::jitCode):
12008 - EvalExecutable
12020 - EvalExecutable
[all …]