Home
last modified time | relevance | path

Searched refs:fromInt (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITArithmetic.cpp1060 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_add()
1091 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_add()
1098 …compileBinaryArithOpSlowCase(op_add, iter, result, op1, op2, OperandTypes::fromInt(currentInstruct… in emitSlow_op_add()
1106 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_mul()
1131 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_mul()
1135 …compileBinaryArithOpSlowCase(op_mul, iter, result, op1, op2, OperandTypes::fromInt(currentInstruct… in emitSlow_op_mul()
1143 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_div()
1196 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_div()
1223 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_sub()
1234 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_sub()
DJITArithmetic32_64.cpp799 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_add()
871 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_add()
918 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_sub()
980 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_sub()
1154 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_mul()
1186 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_mul()
1228 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_div()
1272 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_div()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DMessageID.h152 static MessageID fromInt(unsigned i) in fromInt() function
/external/webkit/Source/JavaScriptCore/parser/
DResultType.h172 static OperandTypes fromInt(int value) in fromInt() function
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
DConnectionWin.cpp177 …processIncomingMessage(MessageID::fromInt(messageID), adoptPtr(new ArgumentDecoder(m_readBuffer.da… in readEventHandler()
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/v8/benchmarks/
Dcrypto.js200 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
457 if(q != null) q.fromInt(0);
642 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
731 this.fromInt(0);
760 if(a < 2) this.fromInt(1);
1271 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp83 MessageID messageID() const { return MessageID::fromInt(m_messageID & ~MessageBodyIsOOL); } in messageID()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp339 MessageID messageID = MessageID::fromInt(header->msgh_id); in receiveSourceEventHandler()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1642786 (CoreIPC::MessageID::fromInt):
44146 (CoreIPC::MessageID::fromInt):