v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::InstructionRangesAsJSON Struct Reference

#include <pipeline.h>

Collaboration diagram for v8::internal::compiler::InstructionRangesAsJSON:

Public Attributes

const InstructionSequencesequence
 
const ZoneVector< std::pair< int, int > > * instr_origins
 

Detailed Description

Definition at line 60 of file pipeline.h.

Member Data Documentation

◆ instr_origins

const ZoneVector<std::pair<int, int> >* v8::internal::compiler::InstructionRangesAsJSON::instr_origins

Definition at line 62 of file pipeline.h.

◆ sequence

const InstructionSequence* v8::internal::compiler::InstructionRangesAsJSON::sequence

Definition at line 61 of file pipeline.h.


The documentation for this struct was generated from the following file: