Home
last modified time | relevance | path

Searched defs:debugHookID (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp115 NEVER_INLINE static const char* debugHookName(int debugHookID) in debugHookName()
1084 int debugHookID = (++it)->u.operand; in dump() local
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp899 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, … in debug()
3762 int debugHookID = (++vPC)->u.operand; in privateExecute() local
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1595 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, int firstLine, int lastLine) in emitDebugHook()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2990 int debugHookID = stackFrame.args[0].int32(); in DEFINE_STUB_FUNCTION() local