Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js33 function V8Profile(separateIc, separateBytecodes, separateBuiltins, class
37 if (!separateIc) regexps.push(V8Profile.IC_RE);
38 if (!separateBytecodes) regexps.push(V8Profile.BYTECODES_RE);
39 if (!separateBuiltins) regexps.push(V8Profile.BUILTINS_RE);
40 if (!separateStubs) regexps.push(V8Profile.STUBS_RE);
50 inherits(V8Profile, Profile);
53 V8Profile.IC_RE =
55 V8Profile.BYTECODES_RE = /^(BytecodeHandler: )/
56 V8Profile.BUILTINS_RE = /^(Builtin: )/
57 V8Profile.STUBS_RE = /^(Stub: )/
[all …]