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

#include <register-allocator.h>

Collaboration diagram for v8::internal::compiler::PrintableLiveRange:

Public Attributes

const RegisterConfigurationregister_configuration_
 
const LiveRangerange_
 

Detailed Description

Definition at line 1284 of file register-allocator.h.

Member Data Documentation

◆ range_

const LiveRange* v8::internal::compiler::PrintableLiveRange::range_

Definition at line 1286 of file register-allocator.h.

◆ register_configuration_

const RegisterConfiguration* v8::internal::compiler::PrintableLiveRange::register_configuration_

Definition at line 1285 of file register-allocator.h.


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