ARGUMENTS_VARIABLE_STRING | v8::internal::torque::CSAGenerator | static |
BlockName(const Block *block) | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
cfg_ | v8::internal::torque::TorqueCodeGenerator | protected |
CSAGenerator(const ControlFlowGraph &cfg, std::ostream &out, std::optional< Builtin::Kind > linkage=std::nullopt) | v8::internal::torque::CSAGenerator | inline |
decls() | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
DefinitionToVariable(const DefinitionLocation &location) | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
EmitBlock(const Block *block) | v8::internal::torque::CSAGenerator | private |
EmitCSAValue(VisitResult result, const Stack< std::string > &values, std::ostream &out) | v8::internal::torque::CSAGenerator | static |
EmitGraph(Stack< std::string > parameters) | v8::internal::torque::CSAGenerator | |
EmitInstruction(const Instruction &instruction, Stack< std::string > *stack) | v8::internal::torque::TorqueCodeGenerator | protected |
EmitIRAnnotation(const T &instruction, Stack< std::string > *stack) | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
EmitSourcePosition(SourcePosition pos, bool always_emit=false) override | v8::internal::torque::CSAGenerator | privatevirtual |
fresh_id_ | v8::internal::torque::TorqueCodeGenerator | protected |
FreshCatchName() | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
FreshLabelName() | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
FreshNodeName() | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
IsEmptyInstruction(const Instruction &instruction) | v8::internal::torque::TorqueCodeGenerator | protectedstatic |
linkage_ | v8::internal::torque::CSAGenerator | private |
location_map_ | v8::internal::torque::TorqueCodeGenerator | protected |
out() | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
out_ | v8::internal::torque::TorqueCodeGenerator | protected |
out_decls_ | v8::internal::torque::TorqueCodeGenerator | protected |
PostCallableExceptionPreparation(const std::string &catch_name, const Type *return_type, std::optional< Block * > catch_block, Stack< std::string > *stack, const std::optional< DefinitionLocation > &exception_object_definition) | v8::internal::torque::CSAGenerator | private |
PreCallableExceptionPreparation(std::optional< Block * > catch_block) | v8::internal::torque::CSAGenerator | private |
previous_position_ | v8::internal::torque::TorqueCodeGenerator | protected |
ProcessArgumentsCommon(const TypeVector ¶meter_types, std::vector< std::string > constexpr_arguments, Stack< std::string > *stack) | v8::internal::torque::CSAGenerator | private |
SetDefinitionVariable(const DefinitionLocation &definition, const std::string &str) | v8::internal::torque::TorqueCodeGenerator | inlineprotected |
TorqueCodeGenerator(const ControlFlowGraph &cfg, std::ostream &out) | v8::internal::torque::TorqueCodeGenerator | inline |