Home
last modified time | relevance | path

Searched refs:resolveGlobal (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h127 NEVER_INLINE bool resolveGlobal(CallFrame*, Instruction*, JSValue& exceptionValue);
DInterpreter.cpp153 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& excep… in resolveGlobal() function in JSC::Interpreter
1993 if (UNLIKELY(!resolveGlobal(callFrame, vPC, exceptionValue))) in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-162039 (JSC::Interpreter::resolveGlobal):
6142 (JSC::Interpreter::resolveGlobal):
14447 (JSC::Interpreter::resolveGlobal):
15713 (JSC::Interpreter::resolveGlobal): Do not cache lookup if the global
17258 (JSC::Interpreter::resolveGlobal): Ditto.
21600 (JSC::Interpreter::resolveGlobal):
21836 (JSC::Interpreter::resolveGlobal):
22118 (JSC::BytecodeInterpreter::resolveGlobal):
23342 (JSC::BytecodeInterpreter::resolveGlobal):
29642 (JSC::Machine::resolveGlobal):
[all …]
DChangeLog5032 (JSC::Interpreter::resolveGlobal):