Home
last modified time | relevance | path

Searched refs:valueToInt32 (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGNonSpeculativeJIT.h241 void valueToInt32(JSValueOperand&, GPRReg result);
DDFGNonSpeculativeJIT.cpp98 void NonSpeculativeJIT::valueToInt32(JSValueOperand& operand, GPRReg result) in valueToInt32() function in JSC::DFG::NonSpeculativeJIT
318 valueToInt32(op1, result.gpr()); in compile()
/external/webkit/Source/JavaScriptCore/
DChangeLog996 (JSC::DFG::NonSpeculativeJIT::valueToInt32):