Searched defs:IdleTask (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Drichards.js127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
368 function IdleTask(scheduler, v1, count) {
374 IdleTask.prototype.run = function (packet) {
386 IdleTask.prototype.toString = function () {
387 return "IdleTask"
372 IdleTask.prototype.run = function (packet) { class
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-richards.js122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
363 function IdleTask(scheduler, v1, count) {
369 IdleTask.prototype.run = function (packet) {
381 IdleTask.prototype.toString = function () {
382 return "IdleTask"
367 IdleTask.prototype.run = function (packet) { class
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-richards.js122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
363 function IdleTask(scheduler, v1, count) {
369 IdleTask.prototype.run = function (packet) {
381 IdleTask.prototype.toString = function () {
382 return "IdleTask"
367 IdleTask.prototype.run = function (packet) { class
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-richards.js122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
363 function IdleTask(scheduler, v1, count) {
369 IdleTask.prototype.run = function (packet) {
381 IdleTask.prototype.toString = function () {
382 return "IdleTask"
367 IdleTask.prototype.run = function (packet) { class

Completed in 37 milliseconds