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

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp120 NEVER_INLINE static const char* debugHookName(int debugHookID) argument
122 switch (static_cast<DebugHookID>(debugHookID)) {
1212 int debugHookID = (++it)->u.operand; local
1215 printf("[%4d] debug\t\t %s, %d, %d\n", location, debugHookName(debugHookID), firstLine, lastLine);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1849 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, int firstLine, int lastLine) argument
1852 if (debugHookID != DidReachBreakpoint)
1859 instructions().append(debugHookID);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1158 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, int lastLine) argument
1164 switch (debugHookID) {
4719 /* debug debugHookID(n) firstLine(n) lastLine(n)
4724 int debugHookID = vPC[1].u.operand;
4728 debug(callFrame, static_cast<DebugHookID>(debugHookID), firstLine, lastLine);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp3556 int debugHookID = stackFrame.args[0].int32(); local
3560 stackFrame.globalData->interpreter->debug(callFrame, static_cast<DebugHookID>(debugHookID), firstLine, lastLine);

Completed in 213 milliseconds