v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::Block Member List

This is the complete list of members for v8::internal::torque::Block, including all inherited members.

Add(Instruction instruction)v8::internal::torque::Blockinline
Block(ControlFlowGraph *cfg, size_t id, std::optional< Stack< const Type * > > input_types, bool is_deferred)v8::internal::torque::Blockinlineexplicit
cfg_v8::internal::torque::Blockprivate
HasInputDefinitions() constv8::internal::torque::Blockinline
HasInputTypes() constv8::internal::torque::Blockinline
id() constv8::internal::torque::Blockinline
id_v8::internal::torque::Blockprivate
input_definitions_v8::internal::torque::Blockprivate
input_types_v8::internal::torque::Blockprivate
InputDefinitions() constv8::internal::torque::Blockinline
InputTypes() constv8::internal::torque::Blockinline
instructions()v8::internal::torque::Blockinline
instructions() constv8::internal::torque::Blockinline
instructions_v8::internal::torque::Blockprivate
is_deferred_v8::internal::torque::Blockprivate
IsComplete() constv8::internal::torque::Blockinline
IsDead() constv8::internal::torque::Blockinline
IsDeferred() constv8::internal::torque::Blockinline
MergeInputDefinitions(const Stack< DefinitionLocation > &input_definitions, Worklist< Block * > *worklist)v8::internal::torque::Blockinline
Retype()v8::internal::torque::Blockinline
SetInputTypes(const Stack< const Type * > &input_types)v8::internal::torque::Block