Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Drichards.js180 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);
260 function TaskControlBlock(link, id, priority, queue, task) { class
297 TaskControlBlock.prototype.setRunning = function () {
301 TaskControlBlock.prototype.markAsNotHeld = function () {
305 TaskControlBlock.prototype.markAsHeld = function () {
309 TaskControlBlock.prototype.isHeldOrSuspended = function () {
313 TaskControlBlock.prototype.markAsSuspended = function () {
317 TaskControlBlock.prototype.markAsRunnable = function () {
324 TaskControlBlock.prototype.run = function () {
345 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) {
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-richards.js175 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);
255 function TaskControlBlock(link, id, priority, queue, task) { class
292 TaskControlBlock.prototype.setRunning = function () {
296 TaskControlBlock.prototype.markAsNotHeld = function () {
300 TaskControlBlock.prototype.markAsHeld = function () {
304 TaskControlBlock.prototype.isHeldOrSuspended = function () {
308 TaskControlBlock.prototype.markAsSuspended = function () {
312 TaskControlBlock.prototype.markAsRunnable = function () {
319 TaskControlBlock.prototype.run = function () {
340 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) {
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-richards.js175 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);
255 function TaskControlBlock(link, id, priority, queue, task) { class
292 TaskControlBlock.prototype.setRunning = function () {
296 TaskControlBlock.prototype.markAsNotHeld = function () {
300 TaskControlBlock.prototype.markAsHeld = function () {
304 TaskControlBlock.prototype.isHeldOrSuspended = function () {
308 TaskControlBlock.prototype.markAsSuspended = function () {
312 TaskControlBlock.prototype.markAsRunnable = function () {
319 TaskControlBlock.prototype.run = function () {
340 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) {
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-richards.js175 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);
255 function TaskControlBlock(link, id, priority, queue, task) { class
292 TaskControlBlock.prototype.setRunning = function () {
296 TaskControlBlock.prototype.markAsNotHeld = function () {
300 TaskControlBlock.prototype.markAsHeld = function () {
304 TaskControlBlock.prototype.isHeldOrSuspended = function () {
308 TaskControlBlock.prototype.markAsSuspended = function () {
312 TaskControlBlock.prototype.markAsRunnable = function () {
319 TaskControlBlock.prototype.run = function () {
340 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) {
[all …]