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

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h130 NEVER_INLINE bool resolveGlobalDynamic(CallFrame*, Instruction*, JSValue& exceptionValue);
H A DInterpreter.cpp197 NEVER_INLINE bool Interpreter::resolveGlobalDynamic(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) function in class:JSC::Interpreter
2334 if (UNLIKELY(!resolveGlobalDynamic(callFrame, vPC, exceptionValue)))

Completed in 82 milliseconds