Home
last modified time | relevance | path

Searched refs:exceptionCheck (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h85 …CallRecord(MacroAssembler::Call call, FunctionPtr function, MacroAssembler::Jump exceptionCheck, E… in CallRecord()
88 , m_exceptionCheck(exceptionCheck) in CallRecord()
246 Jump exceptionCheck = branchTestPtr(NonZero, AbsoluteAddress(&globalData()->exception)); in appendCallWithExceptionCheck() local
247 m_calls.append(CallRecord(functionCall, function, exceptionCheck, exceptionInfo)); in appendCallWithExceptionCheck()
DDFGJITCompiler.cpp300 Jump& exceptionCheck = m_calls[i].m_exceptionCheck; in compileFunction() local
301 if (exceptionCheck.isSet()) { in compileFunction()
302 exceptionCheck.link(this); in compileFunction()