#include <cc-generator.h>
Definition at line 14 of file cc-generator.h.
◆ CCGenerator()
v8::internal::torque::CCGenerator::CCGenerator |
( |
const ControlFlowGraph & | cfg, |
|
|
std::ostream & | out, |
|
|
bool | is_cc_debug = false ) |
|
inline |
◆ EmitBlock()
Stack< std::string > v8::internal::torque::CCGenerator::EmitBlock |
( |
const Block * | block | ) |
|
|
private |
◆ EmitCCValue()
void v8::internal::torque::CCGenerator::EmitCCValue |
( |
VisitResult | result, |
|
|
const Stack< std::string > & | values, |
|
|
std::ostream & | out ) |
|
static |
◆ EmitGoto()
void v8::internal::torque::CCGenerator::EmitGoto |
( |
const Block * | destination, |
|
|
Stack< std::string > * | stack, |
|
|
std::string | indentation ) |
|
private |
◆ EmitGraph()
std::optional< Stack< std::string > > v8::internal::torque::CCGenerator::EmitGraph |
( |
Stack< std::string > | parameters | ) |
|
◆ EmitSourcePosition()
void v8::internal::torque::CCGenerator::EmitSourcePosition |
( |
SourcePosition | pos, |
|
|
bool | always_emit = false ) |
|
overrideprivatevirtual |
◆ ProcessArgumentsCommon()
std::vector< std::string > v8::internal::torque::CCGenerator::ProcessArgumentsCommon |
( |
const TypeVector & | parameter_types, |
|
|
std::vector< std::string > | constexpr_arguments, |
|
|
Stack< std::string > * | stack ) |
|
private |
◆ is_cc_debug_
bool v8::internal::torque::CCGenerator::is_cc_debug_ |
|
private |
The documentation for this class was generated from the following files: