Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp631 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_add()
703 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_add()
750 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_sub()
812 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_sub()
978 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_mul()
1010 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_mul()
1052 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_div()
1096 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_div()
2323 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
2354 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
[all …]
/external/webkit/JavaScriptCore/parser/
DResultType.h172 static OperandTypes fromInt(int value) in fromInt() function
/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/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]);