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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeOrigin.h56 InlineCallFrame* inlineCallFrame; member in struct:JSC::CodeOrigin
[all...]
H A DCodeOrigin.cpp36 unsigned CodeOrigin::inlineDepthForCallFrame(InlineCallFrame* inlineCallFrame) argument
[all...]
H A DCodeBlock.h1189 inline CodeBlock* baselineCodeBlockForInlineCallFrame(InlineCallFrame* inlineCallFrame) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWriteBarriers.cpp44 DesiredWriteBarrier::DesiredWriteBarrier(Type type, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner) argument
62 InlineCallFrame* inlineCallFrame = m_which.inlineCallFrame; local
80 InlineCallFrame* inlineCallFrame = m_which.inlineCallFrame; local
H A DDFGDesiredWriteBarriers.h63 InlineCallFrame* inlineCallFrame; member in union:JSC::DFG::DesiredWriteBarrier::__anon2567
77 DesiredWriteBarrier& add(DesiredWriteBarrier::Type type, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner) argument
91 inline void initializeLazyWriteBarrierForInlineCallFrameExecutable(DesiredWriteBarriers& barriers, WriteBarrier<ScriptExecutable>& barrier, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner, ScriptExecutable* value) argument
H A DDFGStackLayoutPhase.cpp107 InlineCallFrame* inlineCallFrame = *iter; local
172 InlineCallFrame* inlineCallFrame = data.inlineCallFrame; local
[all...]
H A DDFGArgumentsSimplificationPhase.cpp639 pruneObviousArgumentCreations(InlineCallFrame* inlineCallFrame) argument
[all...]
H A DDFGByteCodeParser.cpp223 ASSERT(constant < m_constants.size()); return getJSConstant(constant); } if (operand.isArgument()) return getArgument(operand); return getLocal(operand); } Node* get(VirtualRegister operand) { if (inlineCallFrame()) { if (!inlineCallFrame()->isClosureCall) argument
[all...]
H A DDFGOSRExitCompilerCommon.cpp108 InlineCallFrame* inlineCallFrame = codeOrigin.inlineCallFrame; local
243 InlineCallFrame* inlineCallFrame = 0; local
[all...]
H A DDFGGraph.cpp703 FullBytecodeLiveness& Graph::livenessFor(InlineCallFrame* inlineCallFrame) argument
733 InlineCallFrame* inlineCallFrame = codeOrigin.inlineCallFrame; local
766 InlineCallFrame* inlineCallFrame = *iter; local
[all...]
H A DDFGGraph.h63 InlineCallFrame* inlineCallFrame; member in struct:JSC::DFG::InlineVariableData
426 ScriptExecutable* executableFor(InlineCallFrame* inlineCallFrame) argument
439 CodeBlock* baselineCodeBlockFor(InlineCallFrame* inlineCallFrame) argument
484 argumentsRegisterFor(InlineCallFrame* inlineCallFrame) argument
499 machineArgumentsRegisterFor(InlineCallFrame* inlineCallFrame) argument
512 uncheckedArgumentsRegisterFor(InlineCallFrame* inlineCallFrame) argument
[all...]
H A DDFGOperations.cpp772 JSCell* JIT_OPERATION operationCreateInlinedArgumentsDuringOSRExit(ExecState* exec, InlineCallFrame* inlineCallFrame) argument
760 operationCreateInlinedArguments( ExecState* exec, InlineCallFrame* inlineCallFrame) argument
778 operationTearOffInlinedArguments( ExecState* exec, JSCell* argumentsCell, JSCell* activationCell, InlineCallFrame* inlineCallFrame) argument
800 operationGetInlinedArgumentByVal( ExecState* exec, int32_t argumentsRegister, InlineCallFrame* inlineCallFrame, int32_t index) argument
H A DDFGSpeculativeJIT.h1065 JITCompiler::Call callOperation(C_JITOperation_EIcf operation, GPRReg result, InlineCallFrame* inlineCallFrame) argument
1115 JITCompiler::Call callOperation(V_JITOperation_ECIcf operation, GPRReg arg1, InlineCallFrame* inlineCallFrame) argument
1120 JITCompiler::Call callOperation(V_JITOperation_ECCIcf operation, GPRReg arg1, GPRReg arg2, InlineCallFrame* inlineCallFrame) argument
1324 JITCompiler::Call callOperation(J_JITOperation_EZIcfZ operation, GPRReg result, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1596 JITCompiler::Call callOperation(J_JITOperation_EZIcfZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.h65 InlineCallFrame* inlineCallFrame() const { return m_inlineCallFrame; } function in class:JSC::StackVisitor::Frame
H A DStackVisitor.cpp48 InlineCallFrame* inlineCallFrame = m_frame.inlineCallFrame(); local
122 InlineCallFrame* inlineCallFrame = codeOrigin->inlineCallFrame; local
135 InlineCallFrame* inlineCallFrame = codeOrigin->inlineCallFrame; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArguments.cpp418 void Arguments::tearOff(CallFrame* callFrame, InlineCallFrame* inlineCallFrame) argument
H A DArguments.h51 static Arguments* create(VM& vm, CallFrame* callFrame, InlineCallFrame* inlineCallFrame) argument
306 inline void Arguments::finishCreation(CallFrame* callFrame, InlineCallFrame* inlineCallFrame) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCompile.cpp196 InlineCallFrame* inlineCallFrame = graph.m_inlineVariableData[i].inlineCallFrame; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DAssemblyHelpers.h529 CodeBlock* baselineCodeBlockFor(InlineCallFrame* inlineCallFrame) argument
541 VirtualRegister baselineArgumentsRegisterFor(InlineCallFrame* inlineCallFrame) argument
567 offsetOfArgumentsIncludingThis(InlineCallFrame* inlineCallFrame) argument
[all...]

Completed in 153 milliseconds