Home
last modified time | relevance | path

Searched defs:bytecodeOffset (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h161 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()
DCodeBlock.cpp1499 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/
DJIT.cpp521 unsigned bytecodeOffset = record.bytecodeOffset; in privateCompile() local
DJITInlineMethods.h514 inline bool JIT::isLabeled(unsigned bytecodeOffset) in isLabeled()
526 inline void JIT::map(unsigned bytecodeOffset, unsigned virtualRegisterIndex, RegisterID tag, Regist… in map()
DJIT.h69 unsigned bytecodeOffset; member
122 unsigned bytecodeOffset; member
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp542 …: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/
DNodes.h98 uint32_t bytecodeOffset; member