Searched refs:callResultCondition (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp522 JITCompiler::ResultCondition callResultCondition = JITCompiler::NonZero; local
528 callResultCondition = JITCompiler::Zero;
553 branchTest32(callResultCondition, resultGPR, taken);
577 branchTest32(callResultCondition, resultGPR, taken);
H A DDFGSpeculativeJIT64.cpp468 JITCompiler::ResultCondition callResultCondition = JITCompiler::NonZero; local
474 callResultCondition = JITCompiler::Zero;
497 branchTest32(callResultCondition, resultGPR, taken);
521 branchTest32(callResultCondition, resultGPR, taken);

Completed in 143 milliseconds