Home | History | Annotate | Download | only in interpreter

Lines Matching refs:debugHookID

1158 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, int lastLine)
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);