V8 Project
v8::internal::FullCodeGenerator::BackEdgeEntry Struct Reference
+ Collaboration diagram for v8::internal::FullCodeGenerator::BackEdgeEntry:

Public Attributes

BailoutId id
 
unsigned pc
 
uint32_t loop_depth
 

Detailed Description

Definition at line 649 of file full-codegen.h.

Member Data Documentation

◆ id

BailoutId v8::internal::FullCodeGenerator::BackEdgeEntry::id

Definition at line 650 of file full-codegen.h.

◆ loop_depth

uint32_t v8::internal::FullCodeGenerator::BackEdgeEntry::loop_depth

Definition at line 652 of file full-codegen.h.

◆ pc

unsigned v8::internal::FullCodeGenerator::BackEdgeEntry::pc

Definition at line 651 of file full-codegen.h.


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