Searched refs:codeOffsetsInfo (Results 1 – 1 of 1) sorted by relevance
86 codeOffsetsInfo?: CodeOffsetsInfo; property176 codeOffsetsInfo: CodeOffsetsInfo; property in SourceResolver208 this.codeOffsetsInfo = null;470 if (this.codeOffsetsInfo) {471 if (offset >= this.codeOffsetsInfo.deoptimizationExits) {472 if (offset >= this.codeOffsetsInfo.pools) {474 } else if (offset >= this.codeOffsetsInfo.jumpTables) {480 if (offset < this.codeOffsetsInfo.deoptCheck) {482 } else if (offset < this.codeOffsetsInfo.initPoison) {484 } else if (offset < this.codeOffsetsInfo.blocksStart) {[all …]