HomeSort by relevance Sort by last modified time
    Searched refs:exceptionCheck (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 85 CallRecord(MacroAssembler::Call call, FunctionPtr function, MacroAssembler::Jump exceptionCheck, ExceptionInfo exceptionInfo)
88 , m_exceptionCheck(exceptionCheck)
246 Jump exceptionCheck = branchTestPtr(NonZero, AbsoluteAddress(&globalData()->exception));
247 m_calls.append(CallRecord(functionCall, function, exceptionCheck, exceptionInfo));
DFGJITCompiler.cpp 300 Jump& exceptionCheck = m_calls[i].m_exceptionCheck;
301 if (exceptionCheck.isSet()) {
302 exceptionCheck.link(this);

Completed in 73 milliseconds