Searched refs:CodeKind (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/tools/profviz/ |
D | composer.js | 72 function CodeKind(color, kinds) { class in PlotScriptComposer 126 'external ': new CodeKind("#3399FF", [-2]), 127 'runtime ': new CodeKind("#000000", [-1]), 128 'full code': new CodeKind("#DD0000", [0]), 129 'opt code ': new CodeKind("#00EE00", [1]), 130 'code stub': new CodeKind("#FF00FF", [2]), 131 'built-in ': new CodeKind("#AA00AA", [3]), 132 'inl.cache': new CodeKind("#4444AA", 134 'reg.exp. ': new CodeKind("#0000FF", [15]),
|