Home
last modified time | relevance | path

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

/external/v8/tools/
Dparse-processor.js112 if (this.hasBeenExecuted() &&
121 hasBeenExecuted() { method in CompilationUnit
595 return sum + (each.hasBeenExecuted() ? time_fn(each) : 0)
598 return sum + (each.hasBeenExecuted() ? 0 : time_fn(each))