Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DExceptionHelpers.cpp69 …UndefinedVariableError(ExecState* exec, const Identifier& ident, unsigned bytecodeOffset, CodeBloc… in createUndefinedVariableError()
128 …nvalidParamError(ExecState* exec, const char* op, JSValue value, unsigned bytecodeOffset, CodeBloc… in createInvalidParamError()
146 JSObject* createNotAConstructorError(ExecState* exec, JSValue value, unsigned bytecodeOffset, CodeB… in createNotAConstructorError()
167 JSValue createNotAFunctionError(ExecState* exec, JSValue value, unsigned bytecodeOffset, CodeBlock*… in createNotAFunctionError()
186 …NotAnObjectError(ExecState* exec, JSNotAnObjectErrorStub* error, unsigned bytecodeOffset, CodeBloc… in createNotAnObjectError()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1520 HandlerInfo* CodeBlock::handlerForBytecodeOffset(unsigned bytecodeOffset) in handlerForBytecodeOffset()
1539 int CodeBlock::lineNumberForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset) in lineNumberForBytecodeOffset()
1565 int CodeBlock::expressionRangeForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset, int&… in expressionRangeForBytecodeOffset()
1605 bool CodeBlock::getByIdExceptionInfoForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset in getByIdExceptionInfoForBytecodeOffset()
1634 bool CodeBlock::functionRegisterForBytecodeOffset(unsigned bytecodeOffset, int& functionRegisterInd… in functionRegisterForBytecodeOffset()
1661 bool CodeBlock::hasGlobalResolveInstructionAtBytecodeOffset(unsigned bytecodeOffset) in hasGlobalResolveInstructionAtBytecodeOffset()
1682 bool CodeBlock::hasGlobalResolveInfoAtBytecodeOffset(unsigned bytecodeOffset) in hasGlobalResolveInfoAtBytecodeOffset()
DCodeBlock.h98 unsigned bytecodeOffset : 31; member
160 unsigned bytecodeOffset; member
174 unsigned bytecodeOffset; member
396 …void addFunctionRegisterInfo(unsigned bytecodeOffset, int functionIndex) { createRareDataIfNecessa… in addFunctionRegisterInfo()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp485 …:unwindCallFrame(CallFrame*& callFrame, JSValue exceptionValue, unsigned& bytecodeOffset, CodeBloc… in unwindCallFrame()
528 …::throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned bytecodeOffset, bool exp… in throwException()
3886 …unsigned bytecodeOffset = bytecodeOffsetForPC(callerFrame, callerCodeBlock, callFrame->returnPC()); in retrieveLastCaller() local
/external/webkit/JavaScriptCore/parser/
DNodes.h95 uint32_t bytecodeOffset; member
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2978 unsigned bytecodeOffset = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local