Searched refs:debugHookID (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp1364 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, int lastLine, int column) argument
1370 switch (debugHookID) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp1624 int debugHookID = pc[1].u.operand; local
1629 vm.interpreter->debug(exec, static_cast<DebugHookID>(debugHookID), firstLine, lastLine, column);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp195 NEVER_INLINE static const char* debugHookName(int debugHookID) argument
197 switch (static_cast<DebugHookID>(debugHookID)) {
1411 int debugHookID = (++it)->u.operand; local
1415 out.printf("[%4d] debug\t\t %s, %d, %d, %d", location, debugHookName(debugHookID), firstLine, lastLine, column);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2028 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, unsigned firstLine, unsigned lastLine, unsigned charOffset, unsigned lineStart) argument
2031 if (debugHookID != DidReachBreakpoint)
2040 instructions().append(debugHookID);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp3479 int debugHookID = stackFrame.args[0].int32(); local
3484 stackFrame.vm->interpreter->debug(callFrame, static_cast<DebugHookID>(debugHookID), firstLine, lastLine, column);

Completed in 133 milliseconds