Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts86 codeOffsetsInfo?: CodeOffsetsInfo; property
176 codeOffsetsInfo: CodeOffsetsInfo; property in SourceResolver
208 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 …]