Searched defs:argsDispatch_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/
H A Dtickprocessor.js763 this.argsDispatch_ = {
791 this.argsDispatch_['--js'] = this.argsDispatch_['-j'];
792 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
793 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];
794 this.argsDispatch_['--other'] = this.argsDispatch_['-o'];
795 this.argsDispatch_['
[all...]
/external/chromium_org/v8/tools/
H A Dtickprocessor.js834 this.argsDispatch_ = {
870 this.argsDispatch_['--js'] = this.argsDispatch_['-j'];
871 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
872 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];
873 this.argsDispatch_['--other'] = this.argsDispatch_['-o'];
874 this.argsDispatch_['
[all...]

Completed in 25 milliseconds