Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts153 export class TurbolizerInstructionStartInfo { class
171 instructionToPCOffset: Array<TurbolizerInstructionStartInfo>;
439 …const [instruction, numberOrInfo] of Object.entries<number | TurbolizerInstructionStartInfo>(instr…
440 let info: TurbolizerInstructionStartInfo;
517 …ructionRangeToKeyPcOffsets([start, end]: [number, number]): Array<TurbolizerInstructionStartInfo> {
522 instructionToPcOffsets(instr: number): TurbolizerInstructionStartInfo {
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h113 struct TurbolizerInstructionStartInfo { struct
171 const ZoneVector<TurbolizerInstructionStartInfo>& instr_starts() const { in instr_starts()
469 ZoneVector<TurbolizerInstructionStartInfo> instr_starts_;
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3561 const ZoneVector<TurbolizerInstructionStartInfo>* instr_starts;
3569 const TurbolizerInstructionStartInfo& info = (*s.instr_starts)[i]; in operator <<()