Searched refs:privateExecute (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h147 JSValue privateExecute(ExecutionFlag, RegisterFile*, CallFrame*);
H A DInterpreter.cpp421 privateExecute(InitializeAndReturn, 0, 0);
770 result = privateExecute(Normal, &m_registerFile, newCallFrame);
841 result = privateExecute(Normal, &m_registerFile, newCallFrame);
930 result = privateExecute(Normal, &m_registerFile, newCallFrame);
1037 result = privateExecute(Normal, &m_registerFile, closure.newCallFrame);
1144 result = privateExecute(Normal, &m_registerFile, newCallFrame);
1417 JSValue Interpreter::privateExecute(ExecutionFlag flag, RegisterFile* registerFile, CallFrame* callFrame) function in class:JSC::Interpreter

Completed in 114 milliseconds