Searched refs:callTarget (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkStatus.h110 JSValue callTarget() const { return m_callTarget; } function in class:JSC::CallLinkStatus
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp167 void emitFunctionChecks(const CallLinkStatus&, Node* callTarget, int registerOffset, CodeSpecializationKind);
1145 Node* callTarget = get(currentInstruction[1].u.operand);
1149 if (m_graph.isConstant(callTarget))
1150 callLinkStatus = CallLinkStatus(m_graph.valueOfJSConstant(callTarget)).setIsProved(true);
1191 addToGraph(Phantom, callTarget);
1203 emitFunctionChecks(callLinkStatus, callTarget, registerOffset, kind);
1208 addToGraph(Phantom, callTarget);
1214 } else if (handleInlining(usesResult, callTarget, resultOperand, callLinkStatus, registerOffset, argumentCountIncludingThis, nextOffset, kind)) {
1223 void ByteCodeParser::emitFunctionChecks(const CallLinkStatus& callLinkStatus, Node* callTarget, int registerOffset, CodeSpecializationKind kind)
1232 addToGraph(Phantom, callTarget, thisArgumen
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp150 #define LLINT_CALL_END_IMPL(exec, callTarget) LLINT_RETURN_TWO((callTarget), (exec))
166 #define LLINT_CALL_RETURN(exec, pc, callTarget) do { \
169 void* __cr_callTarget = (callTarget); \
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess32_64.cpp659 Call callTarget; local

Completed in 209 milliseconds