Searched defs:bytecodeOffset (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.h | 161 unsigned bytecodeOffset; member 176 unsigned bytecodeOffset; member 263 unsigned bytecodeOffset(ReturnAddressPtr returnAddress) in bytecodeOffset() function 274 unsigned bytecodeOffset(Instruction* returnAddress) in bytecodeOffset() function 376 void addLineInfo(unsigned bytecodeOffset, int lineNo) in addLineInfo()
|
D | CodeBlock.cpp | 1499 HandlerInfo* CodeBlock::handlerForBytecodeOffset(unsigned bytecodeOffset) in handlerForBytecodeOffset() 1517 int CodeBlock::lineNumberForBytecodeOffset(unsigned bytecodeOffset) in lineNumberForBytecodeOffset() 1541 void CodeBlock::expressionRangeForBytecodeOffset(unsigned bytecodeOffset, int& divot, int& startOff… in expressionRangeForBytecodeOffset() 1579 bool CodeBlock::hasGlobalResolveInstructionAtBytecodeOffset(unsigned bytecodeOffset) in hasGlobalResolveInstructionAtBytecodeOffset() 1600 bool CodeBlock::hasGlobalResolveInfoAtBytecodeOffset(unsigned bytecodeOffset) in hasGlobalResolveInfoAtBytecodeOffset()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JIT.cpp | 521 unsigned bytecodeOffset = record.bytecodeOffset; in privateCompile() local
|
D | JITInlineMethods.h | 514 inline bool JIT::isLabeled(unsigned bytecodeOffset) in isLabeled() 526 inline void JIT::map(unsigned bytecodeOffset, unsigned virtualRegisterIndex, RegisterID tag, Regist… in map()
|
D | JIT.h | 69 unsigned bytecodeOffset; member 122 unsigned bytecodeOffset; member
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 542 …:unwindCallFrame(CallFrame*& callFrame, JSValue exceptionValue, unsigned& bytecodeOffset, CodeBloc… in unwindCallFrame() 596 …c void appendSourceToError(CallFrame* callFrame, ErrorInstance* exception, unsigned bytecodeOffset) in appendSourceToError() 647 …nterpreter::throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned bytecodeOffset) in throwException() 4845 unsigned bytecodeOffset = 0; in retrieveLastCaller() local
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Nodes.h | 98 uint32_t bytecodeOffset; member
|