Searched refs:helperFunction (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1714 typedef Boolean (*helperFunction) (SCHelperSessionRef session, typedef
1726 helperFunction func;
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp517 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
551 callOperation(helperFunction, resultGPR, arg1TagGPR, arg1PayloadGPR, arg2TagGPR, arg2PayloadGPR);
574 callOperation(helperFunction, resultGPR, arg1TagGPR, arg1PayloadGPR, arg2TagGPR, arg2PayloadGPR);
623 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
642 callOperation(helperFunction, resultPayloadGPR, arg1TagGPR, arg1PayloadGPR, arg2TagGPR, arg2PayloadGPR);
662 slowPath, this, helperFunction, resultPayloadGPR, arg1TagGPR,
H A DDFGSpeculativeJIT64.cpp463 void SpeculativeJIT::nonSpeculativePeepholeBranch(Node* node, Node* branchNode, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
495 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
518 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
560 void SpeculativeJIT::nonSpeculativeNonPeepholeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
577 callOperation(helperFunction, resultGPR, arg1GPR, arg2GPR);
599 slowPath, this, helperFunction, resultGPR, arg1GPR, arg2GPR)));
H A DDFGSpeculativeJIT.h711 void nonSpeculativePeepholeBranch(Node*, Node* branchNode, MacroAssembler::RelationalCondition, S_DFGOperation_EJJ helperFunction);
712 void nonSpeculativeNonPeepholeCompare(Node*, MacroAssembler::RelationalCondition, S_DFGOperation_EJJ helperFunction);
713 bool nonSpeculativeCompare(Node*, MacroAssembler::RelationalCondition, S_DFGOperation_EJJ helperFunction);
H A DDFGSpeculativeJIT.cpp995 bool SpeculativeJIT::nonSpeculativeCompare(Node* node, MacroAssembler::RelationalCondition cond, S_DFGOperation_EJJ helperFunction) argument
1003 nonSpeculativePeepholeBranch(node, branchNode, cond, helperFunction);
1011 nonSpeculativeNonPeepholeCompare(node, cond, helperFunction);

Completed in 409 milliseconds