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

Public Attributes

const char * deopt_reason_ = kNoDeoptReason
 
const char * bailout_reason_ = kEmptyBailoutReason
 
int deopt_id_ = kNoDeoptimizationId
 
std::unordered_map< int, std::vector< CodeEntryAndLineNumber > > inline_stacks_
 
std::unordered_set< CodeEntry *, Hasher, Equalsinline_entries_
 
std::vector< CpuProfileDeoptFramedeopt_inlined_frames_
 

Detailed Description

Definition at line 205 of file profile-generator.h.

Member Data Documentation

◆ bailout_reason_

const char* v8::internal::CodeEntry::RareData::bailout_reason_ = kEmptyBailoutReason

Definition at line 207 of file profile-generator.h.

◆ deopt_id_

int v8::internal::CodeEntry::RareData::deopt_id_ = kNoDeoptimizationId

Definition at line 208 of file profile-generator.h.

◆ deopt_inlined_frames_

std::vector<CpuProfileDeoptFrame> v8::internal::CodeEntry::RareData::deopt_inlined_frames_

Definition at line 211 of file profile-generator.h.

◆ deopt_reason_

const char* v8::internal::CodeEntry::RareData::deopt_reason_ = kNoDeoptReason

Definition at line 206 of file profile-generator.h.

◆ inline_entries_

std::unordered_set<CodeEntry*, Hasher, Equals> v8::internal::CodeEntry::RareData::inline_entries_

Definition at line 210 of file profile-generator.h.

◆ inline_stacks_

std::unordered_map<int, std::vector<CodeEntryAndLineNumber> > v8::internal::CodeEntry::RareData::inline_stacks_

Definition at line 209 of file profile-generator.h.


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