v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
machine-graph-verifier.cc File Reference
Include dependency graph for machine-graph-verifier.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define LABEL(opcode)
 
#define LABEL(opcode)
 

Macro Definition Documentation

◆ LABEL [1/2]

#define LABEL ( opcode)
Value:
case IrOpcode::k##opcode:

◆ LABEL [2/2]

#define LABEL ( opcode)
Value:
case IrOpcode::k##opcode:

Variable Documentation

◆ current_block_

BasicBlock* current_block_
private

Definition at line 320 of file machine-graph-verifier.cc.

◆ inferrer_

MachineRepresentationInferrer const* const inferrer_
private

Definition at line 1076 of file machine-graph-verifier.cc.

◆ is_stub_

bool is_stub_
private

Definition at line 1077 of file machine-graph-verifier.cc.

◆ linkage_

Linkage const* const linkage_
private

Definition at line 318 of file machine-graph-verifier.cc.

◆ name_

const char* name_
private

Definition at line 1078 of file machine-graph-verifier.cc.

◆ representation_vector_

ZoneVector<MachineRepresentation> representation_vector_
private

Definition at line 319 of file machine-graph-verifier.cc.

◆ schedule_

Schedule const* const schedule_
private

Definition at line 317 of file machine-graph-verifier.cc.