Home
last modified time | relevance | path

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

/external/v8/tools/
Dparse-processor.js314 getOwnBytes() { method in Script
320 if (name == 'lazyCompileTimestamp') return this.getOwnBytes();
321 return this.getOwnBytes();
346 return list.reduce((bytes, each) => bytes + each.getOwnBytes(), 0)
661 if (name == 'lazyCompileTimestamp') return this.getOwnBytes();
662 return this.getOwnBytes();
685 accumulator[this.nestingLevel] = value + this.getOwnBytes();
709 getOwnBytes() { method in Funktion