Searched refs:catchRoutineFor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntCLoop.h48 static void* catchRoutineFor(Instruction* catchPCForInterpreter);
H A DLLIntCLoop.cpp42 void* CLoop::catchRoutineFor(Instruction* catchPCForInterpreter) function in class:JSC::LLInt::CLoop
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITExceptions.cpp52 catchRoutine = ExecutableBase::catchRoutineFor(handler, catchPCForInterpreter);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.h243 static void* catchRoutineFor(HandlerInfo* handler, Instruction* catchPCForInterpreter) function in class:JSC::ExecutableBase
250 return LLInt::CLoop::catchRoutineFor(catchPCForInterpreter);

Completed in 172 milliseconds