Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dgraphmultiview.ts83 const phaseId = this.sourceResolver.getPhaseIdByName(phaseName); constant
84 this.selectMenu.selectedIndex = phaseId - 1;
85 this.displayPhase(this.sourceResolver.getPhase(phaseId));
Dsource-resolver.ts382 for (const [phaseId, phase] of Object.entries<Phase>(phases)) { constant
410 getPhase(phaseId) {
411 return this.phases[phaseId];