Searched defs:bytecodeOffset (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallReturnOffsetToBytecodeOffset.h41 CallReturnOffsetToBytecodeOffset(unsigned callReturnOffset, unsigned bytecodeOffset) argument
48 unsigned bytecodeOffset; member in struct:JSC::CallReturnOffsetToBytecodeOffset
H A DGlobalResolveInfo.h36 GlobalResolveInfo(unsigned bytecodeOffset) argument
44 unsigned bytecodeOffset; // Only valid in old JIT code. This means nothing in the DFG. member in struct:JSC::GlobalResolveInfo
H A DMethodOfGettingAValueProfile.h88 unsigned bytecodeOffset; member in struct:JSC::MethodOfGettingAValueProfile::__anon2680::__anon2681
H A DPreciseJumpTargets.cpp31 static void addSimpleSwitchTargets(SimpleJumpTable& jumpTable, unsigned bytecodeOffset, Vector<unsigned, 32>& out) argument
[all...]
H A DDFGExitProfile.h50 explicit FrequentExitSite(unsigned bytecodeOffset, ExitKind kind) argument
82 unsigned bytecodeOffset() const { return m_bytecodeOffset; } function in class:JSC::DFG::FrequentExitSite
H A DLazyOperandValueProfile.h57 LazyOperandValueProfileKey(unsigned bytecodeOffset, int operand) argument
80 unsigned bytecodeOffset() const function in class:JSC::LazyOperandValueProfileKey
H A DValueProfile.h63 ValueProfileBase(int bytecodeOffset) argument
194 MinimalValueProfile(int bytecodeOffset): ValueProfileBase<0>(bytecodeOffset) { } argument
[all...]
H A DArrayProfile.h142 ArrayProfile(unsigned bytecodeOffset) argument
154 unsigned bytecodeOffset() const { return m_bytecodeOffset; } function in class:JSC::ArrayProfile
H A DUnlinkedCodeBlock.cpp242 int UnlinkedCodeBlock::lineNumberForBytecodeOffset(unsigned bytecodeOffset) argument
244 ASSERT(bytecodeOffset < instructions().size()); argument
H A DCodeBlock.cpp1458 void CodeBlock::dumpBytecode(PrintStream& out, unsigned bytecodeOffset) argument
2451 HandlerInfo* CodeBlock::handlerForBytecodeOffset(unsigned bytecodeOffset) argument
[all...]
H A DCodeBlock.h408 unsigned bytecodeOffset(Instruction* returnAddress) function in class:JSC::CodeBlock
615 ValueProfile* valueProfileForBytecodeOffset(int bytecodeOffset) argument
627 valueProfilePredictionForBytecodeOffset(int bytecodeOffset) argument
643 addRareCaseProfile(int bytecodeOffset) argument
650 rareCaseProfileForBytecodeOffset(int bytecodeOffset) argument
657 likelyToTakeSlowCase(int bytecodeOffset) argument
665 couldTakeSlowCase(int bytecodeOffset) argument
673 addSpecialFastCaseProfile(int bytecodeOffset) argument
680 specialFastCaseProfileForBytecodeOffset(int bytecodeOffset) argument
687 likelyToTakeSpecialFastCase(int bytecodeOffset) argument
695 couldTakeSpecialFastCase(int bytecodeOffset) argument
703 likelyToTakeDeepestSlowCase(int bytecodeOffset) argument
713 likelyToTakeAnySlowCase(int bytecodeOffset) argument
725 addArrayProfile(unsigned bytecodeOffset) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp700 unsigned bytecodeOffset = record.bytecodeOffset; local
[all...]
H A DJITInlines.h374 inline void JIT::emitValueProfilingSite(unsigned bytecodeOffset) argument
610 inline bool JIT::isLabeled(unsigned bytecodeOffset) argument
622 inline void JIT::map(unsigned bytecodeOffset, int virtualRegisterIndex, RegisterID tag, RegisterID payload) argument
H A DJITStubs.cpp2524 unsigned bytecodeOffset = callFrame->bytecodeOffsetForNonDFGCode(); local
2658 unsigned bytecodeOffset = callFrame->bytecodeOffsetForNonDFGCode(); local
H A DJIT.h80 unsigned bytecodeOffset; member in struct:JSC::CallRecord
87 CallRecord(MacroAssembler::Call from, unsigned bytecodeOffset, void* to = 0) argument
133 unsigned bytecodeOffset; member in struct:JSC::SwitchRecord
136 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset, Type type) argument
144 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/
H A DcmpInt.h121 int bytecodeOffset; /* offset to the fist byte in the member in struct:InstLocList
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.h87 unsigned bytecodeOffset; member in struct:JSC::StackFrame
H A DInterpreter.cpp361 unsigned bytecodeOffset = 0; local
416 NEVER_INLINE bool Interpreter::unwindCallFrame(CallFrame*& callFrame, JSValue exceptionValue, unsigned& bytecodeOffset, CodeBlock*& codeBlock) argument
453 static void appendSourceToError(CallFrame* callFrame, ErrorInstance* exception, unsigned bytecodeOffset) argument
520 static CallFrame* getCallerInfo(VM* vm, CallFrame* callFrame, unsigned& bytecodeOffset, CodeBloc argument
669 unsigned bytecodeOffset = getBytecodeOffsetForCallFrame(callFrame); local
732 throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned bytecodeOffset) argument
1410 unsigned bytecodeOffset; local
1446 unsigned bytecodeOffset = 0; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h89 uint32_t bytecodeOffset; member in struct:JSC::SwitchInfo

Completed in 123 milliseconds