Searched refs:sc_Struct (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Dearley-boyer.js1729 function sc_Struct(name) { class
1732 sc_Struct.prototype.sc_toDisplayString = function() {
1735 sc_Struct.prototype.sc_toWriteString = sc_Struct.prototype.sc_toDisplayString;
1738 (peephole (hole 1 "new sc_Struct(" name ")")))
1741 return new sc_Struct(name);
1746 (peephole (postfix " instanceof sc_Struct")))
1749 return (o instanceof sc_Struct);
1754 (peephole (hole 2 "(" 1 " instanceof sc_Struct) && ( " 1 ".name === " 0 ")")))
1757 return ((s instanceof sc_Struct)
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js1723 function sc_Struct(name) { class
1726 sc_Struct.prototype.sc_toDisplayString = function() {
1729 sc_Struct.prototype.sc_toWriteString = sc_Struct.prototype.sc_toDisplayString;
1732 (peephole (hole 1 "new sc_Struct(" name ")")))
1735 return new sc_Struct(name);
1740 (peephole (postfix " instanceof sc_Struct")))
1743 return (o instanceof sc_Struct);
1748 (peephole (hole 2 "(" 1 " instanceof sc_Struct) && ( " 1 ".name === " 0 ")")))
1751 return ((s instanceof sc_Struct)
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js1723 function sc_Struct(name) { class
1726 sc_Struct.prototype.sc_toDisplayString = function() {
1729 sc_Struct.prototype.sc_toWriteString = sc_Struct.prototype.sc_toDisplayString;
1732 (peephole (hole 1 "new sc_Struct(" name ")")))
1735 return new sc_Struct(name);
1740 (peephole (postfix " instanceof sc_Struct")))
1743 return (o instanceof sc_Struct);
1748 (peephole (hole 2 "(" 1 " instanceof sc_Struct) && ( " 1 ".name === " 0 ")")))
1751 return ((s instanceof sc_Struct)
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js1723 function sc_Struct(name) { class
1726 sc_Struct.prototype.sc_toDisplayString = function() {
1729 sc_Struct.prototype.sc_toWriteString = sc_Struct.prototype.sc_toDisplayString;
1732 (peephole (hole 1 "new sc_Struct(" name ")")))
1735 return new sc_Struct(name);
1740 (peephole (postfix " instanceof sc_Struct")))
1743 return (o instanceof sc_Struct);
1748 (peephole (hole 2 "(" 1 " instanceof sc_Struct) && ( " 1 ".name === " 0 ")")))
1751 return ((s instanceof sc_Struct)
[all...]

Completed in 66 milliseconds