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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITExceptions.cpp49 Instruction* catchPCForInterpreter = 0; local
51 catchPCForInterpreter = &callFrame->codeBlock()->instructions()[handler->target];
52 catchRoutine = ExecutableBase::catchRoutineFor(handler, catchPCForInterpreter);
58 vm->targetInterpreterPCForThrow = catchPCForInterpreter;
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntCLoop.cpp42 void* CLoop::catchRoutineFor(Instruction* catchPCForInterpreter) argument
44 return reinterpret_cast<Instruction*>(catchPCForInterpreter->u.opcode);
H A DLLIntCLoop.h48 static void* catchRoutineFor(Instruction* catchPCForInterpreter);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.h243 static void* catchRoutineFor(HandlerInfo* handler, Instruction* catchPCForInterpreter) argument
246 UNUSED_PARAM(catchPCForInterpreter);
250 return LLInt::CLoop::catchRoutineFor(catchPCForInterpreter);

Completed in 196 milliseconds