Searched refs:EvalExecutable (Results 1 – 10 of 10) sorted by relevance
/external/webkit/JavaScriptCore/bytecode/ |
D | EvalCodeCache.h | 45 …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;
|
D | CodeBlock.h | 600 …EvalCodeBlock(EvalExecutable* ownerExecutable, JSGlobalObject* globalObject, PassRefPtr<SourceProv… in EvalCodeBlock()
|
/external/webkit/JavaScriptCore/runtime/ |
D | Executable.h | 159 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
|
D | Executable.cpp | 48 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()
|
D | JSGlobalObjectFunctions.cpp | 291 RefPtr<EvalExecutable> eval = EvalExecutable::create(exec, makeSource(s)); in globalFuncEval()
|
/external/webkit/JavaScriptCore/debugger/ |
D | DebuggerCallFrame.cpp | 82 RefPtr<EvalExecutable> eval = EvalExecutable::create(m_callFrame, makeSource(script)); in evaluate()
|
D | Debugger.cpp | 104 RefPtr<EvalExecutable> eval = EvalExecutable::create(globalCallFrame, makeSource(script)); in evaluateInGlobalCallFrame()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.h | 45 class EvalExecutable; variable 100 …JSValue execute(EvalExecutable* evalNode, CallFrame* exec, JSObject* thisObj, ScopeChainNode* scop… 124 …JSValue execute(EvalExecutable*, CallFrame*, JSObject* thisObject, int globalRegisterOffset, Scope…
|
D | Interpreter.cpp | 311 …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/ |
D | ChangeLog | 9113 (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 …]
|