Searched refs:DebugHookID (Results 1 – 6 of 6) sorted by relevance
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.h | 58 enum DebugHookID { enum 112 NEVER_INLINE void debug(CallFrame*, DebugHookID, int firstLine, int lastLine);
|
D | Interpreter.cpp | 862 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, … in debug() 3841 debug(callFrame, static_cast<DebugHookID>(debugHookID), firstLine, lastLine); in privateExecute()
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 346 void emitDebugHook(DebugHookID, int firstLine, int lastLine);
|
D | BytecodeGenerator.cpp | 1638 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, int firstLine, int lastLine) in emitDebugHook()
|
/external/webkit/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 120 switch (static_cast<DebugHookID>(debugHookID)) { in debugHookName()
|
/external/webkit/JavaScriptCore/jit/ |
D | JITStubs.cpp | 3125 …stackFrame.globalData->interpreter->debug(callFrame, static_cast<DebugHookID>(debugHookID), firstL… in DEFINE_STUB_FUNCTION()
|