Searched defs:bytecodeIndex (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOrigin.h55 Origin(Bytecodes* bytecodes, unsigned bytecodeIndex) argument
H A DProfilerOrigin.cpp37 Origin::Origin(Database& database, CodeBlock* codeBlock, unsigned bytecodeIndex) argument
H A DProfilerBytecode.h42 Bytecode(unsigned bytecodeIndex, OpcodeID opcodeID, const CString& description) argument
49 unsigned bytecodeIndex() const { return m_bytecodeIndex; } function in class:JSC::Profiler::Bytecode
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeOrigin.h49 unsigned bytecodeIndex : 29; member in struct:JSC::CodeOrigin
63 explicit CodeOrigin(unsigned bytecodeIndex, InlineCallFrame* inlineCallFrame = 0, unsigned valueProfileOffset = 0) argument
[all...]
H A DCallLinkStatus.cpp84 CallLinkStatus CallLinkStatus::computeFromLLInt(CodeBlock* profiledBlock, unsigned bytecodeIndex) argument
98 CallLinkStatus CallLinkStatus::computeFor(CodeBlock* profiledBlock, unsigned bytecodeIndex) argument
H A DDFGExitProfile.cpp58 Vector<FrequentExitSite> ExitProfile::exitSitesFor(unsigned bytecodeIndex) argument
H A DGetByIdStatus.cpp37 GetByIdStatus GetByIdStatus::computeFromLLInt(CodeBlock* profiledBlock, unsigned bytecodeIndex, Identifier& ident) argument
113 GetByIdStatus GetByIdStatus::computeFor(CodeBlock* profiledBlock, unsigned bytecodeIndex, Identifier& ident) argument
[all...]
H A DPutByIdStatus.cpp38 PutByIdStatus PutByIdStatus::computeFromLLInt(CodeBlock* profiledBlock, unsigned bytecodeIndex, Identifier& ident) argument
81 PutByIdStatus PutByIdStatus::computeFor(CodeBlock* profiledBlock, unsigned bytecodeIndex, Identifier& ident) argument
H A DDFGExitProfile.h145 bool hasExitSite(unsigned bytecodeIndex, ExitKind kind) const argument
171 bool hasExitSite(unsigned bytecodeIndex, ExitKind kind) const argument
H A DByValInfo.h137 ByValInfo(unsigned bytecodeIndex, CodeLocationJump badTypeJump, JITArrayMode arrayMode, int16_t badTypeJumpToDone, int16_t returnAddressToSlowPath) argument
147 unsigned bytecodeIndex; member in struct:JSC::ByValInfo
H A DStructureStubInfo.h201 unsigned bytecodeIndex; member in struct:JSC::StructureStubInfo
H A DCodeBlock.h191 StructureStubInfo& getStubInfo(unsigned bytecodeIndex) argument
198 ByValInfo& getByValInfo(unsigned bytecodeIndex) argument
208 CallLinkInfo& getCallLinkInfo(unsigned bytecodeIndex) argument
292 DFG::OSREntryData* appendDFGOSREntryData(unsigned bytecodeIndex, unsigned machineCodeOffset) argument
308 DFG::OSREntryData* dfgOSREntryDataForBytecodeIndex(unsigned bytecodeIndex) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSREntry.cpp39 void* prepareOSREntry(ExecState* exec, CodeBlock* codeBlock, unsigned bytecodeIndex) argument
H A DDFGDriver.cpp175 bool tryCompile(ExecState* exec, CodeBlock* codeBlock, JITCode& jitCode, unsigned bytecodeIndex) argument
180 bool tryCompileFunction(ExecState* exec, CodeBlock* codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck, unsigned bytecodeIndex) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDriver.h41 inline bool jitCompileIfAppropriate(ExecState* exec, OwnPtr<CodeBlockType>& codeBlock, JITCode& jitCode, JITCode::JITType jitType, unsigned bytecodeIndex, JITCompilationEffort effort) argument
78 inline bool jitCompileFunctionIfAppropriate(ExecState* exec, OwnPtr<FunctionCodeBlock>& codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck, JITCode::JITType jitType, unsigned bytecodeIndex, JITCompilationEffort effort) argument
H A DCompactJITCodeMap.h60 BytecodeAndMachineOffset(unsigned bytecodeIndex, unsigned machineCodeOffset) argument
[all...]
H A DJITDisassembler.h49 void setForBytecodeMainPath(unsigned bytecodeIndex, MacroAssembler::Label label) argument
53 void setForBytecodeSlowPath(unsigned bytecodeIndex, MacroAssembler::Label label) argument
H A DJITInlines.h400 inline void JIT::emitArrayProfilingSiteForBytecodeIndex(RegisterID structureAndIndexingType, RegisterID scratch, unsigned bytecodeIndex) argument
H A DJITStubs.cpp1908 unsigned bytecodeIndex = stackFrame.args[0].int32(); local
H A DJIT.h159 unsigned bytecodeIndex; member in struct:JSC::PropertyStubCompilationInfo
261 ByValCompilationInfo(unsigned bytecodeIndex, MacroAssembler::PatchableJump badTypeJump, JITArrayMode arrayMode, MacroAssembler::Label doneTarget) argument
189 PropertyStubCompilationInfo( PropertyStubGetById_T, unsigned bytecodeIndex, MacroAssembler::Label hotPathBegin, MacroAssembler::DataLabelPtr structureToCompare, MacroAssembler::PatchableJump structureCheck, MacroAssembler::ConvertibleLoadLabel propertyStorageLoad, MacroAssembler::DataLabelCompact displacementLabel, MacroAssembler::Label putResult) argument
217 PropertyStubCompilationInfo( PropertyStubPutById_T, unsigned bytecodeIndex, MacroAssembler::Label hotPathBegin, MacroAssembler::DataLabelPtr structureToCompare, MacroAssembler::ConvertibleLoadLabel propertyStorageLoad, MacroAssembler::DataLabel32 displacementLabel ) argument
269 unsigned bytecodeIndex; member in struct:JSC::ByValCompilationInfo
282 unsigned bytecodeIndex; member in struct:JSC::StructureStubCompilationInfo
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutionHarness.h39 inline bool prepareForExecution(ExecState* exec, OwnPtr<CodeBlockType>& codeBlock, JITCode& jitCode, JITCode::JITType jitType, unsigned bytecodeIndex) argument
54 inline bool prepareFunctionForExecution(ExecState* exec, OwnPtr<FunctionCodeBlock>& codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck, JITCode::JITType jitType, unsigned bytecodeIndex, CodeSpecializationKind kind) argument
H A DExecutable.cpp160 JSObject* EvalExecutable::compileOptimized(ExecState* exec, JSScope* scope, unsigned bytecodeIndex) argument
193 JSObject* EvalExecutable::compileInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
291 JSObject* ProgramExecutable::compileOptimized(ExecState* exec, JSScope* scope, unsigned bytecodeIndex) argument
309 JSObject* ProgramExecutable::compileInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
459 compileOptimizedForCall(ExecState* exec, JSScope* scope, unsigned bytecodeIndex) argument
470 compileOptimizedForConstruct(ExecState* exec, JSScope* scope, unsigned bytecodeIndex) argument
521 compileForCallInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
557 compileForConstructInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
[all...]
H A DExecutable.h675 JSObject* compileOptimizedFor(ExecState* exec, JSScope* scope, unsigned bytecodeIndex, CodeSpecializationKind kind) argument
[all...]

Completed in 284 milliseconds