Searched refs:argumentGPR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp2953 GPRReg argumentGPR = argument.gpr(); local
2957 callOperation(operationRegExpTest, result.gpr(), baseGPR, argumentGPR);
2968 GPRReg argumentGPR = argument.gpr(); local
2973 callOperation(operationRegExpExec, resultTag.gpr(), resultPayload.gpr(), baseGPR, argumentGPR);
2983 GPRReg argumentGPR = argument.gpr(); local
2987 callOperation(operationRegExpTest, result.gpr(), baseGPR, argumentGPR);
H A DDFGSpeculativeJIT64.cpp2931 GPRReg argumentGPR = argument.gpr(); local
2935 callOperation(operationRegExpTest, result.gpr(), baseGPR, argumentGPR);
2946 GPRReg argumentGPR = argument.gpr(); local
2950 callOperation(operationRegExpExec, result.gpr(), baseGPR, argumentGPR);
2960 GPRReg argumentGPR = argument.gpr(); local
2964 callOperation(operationRegExpTest, result.gpr(), baseGPR, argumentGPR);
H A DDFGSpeculativeJIT.cpp4114 GPRReg argumentGPR = argument.gpr(); local
4118 callOperation(operationRegExpTest, result.gpr(), baseGPR, argumentGPR);

Completed in 202 milliseconds