Home
last modified time | relevance | path

Searched refs:DebugHookID (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h58 enum DebugHookID { enum
112 NEVER_INLINE void debug(CallFrame*, DebugHookID, int firstLine, int lastLine);
DInterpreter.cpp862 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/
DBytecodeGenerator.h346 void emitDebugHook(DebugHookID, int firstLine, int lastLine);
DBytecodeGenerator.cpp1638 void BytecodeGenerator::emitDebugHook(DebugHookID debugHookID, int firstLine, int lastLine) in emitDebugHook()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp120 switch (static_cast<DebugHookID>(debugHookID)) { in debugHookName()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp3125 …stackFrame.globalData->interpreter->debug(callFrame, static_cast<DebugHookID>(debugHookID), firstL… in DEFINE_STUB_FUNCTION()