V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::CodeAssemblerParameterizedLabel< Types > Class Template Reference
Inheritance diagram for v8::internal::compiler::CodeAssemblerParameterizedLabel< Types >:
v8::internal::compiler::CodeAssemblerParameterizedLabelBase

Public Member Functions

 CodeAssemblerParameterizedLabel (CodeAssembler *assembler, CodeAssemblerLabel::Type type)
 
- Public Member Functions inherited from v8::internal::compiler::CodeAssemblerParameterizedLabelBase
bool is_used () const
 
 CodeAssemblerParameterizedLabelBase (CodeAssembler *assembler, size_t arity, CodeAssemblerLabel::Type type)
 

Static Public Attributes

static constexpr size_t kArity = sizeof...(Types)
 

Friends

class CodeAssembler
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::CodeAssemblerParameterizedLabelBase
CodeAssemblerLabelplain_label ()
 
void AddInputs (std::vector< Node *> inputs)
 
NodeCreatePhi (MachineRepresentation rep, const std::vector< Node *> &inputs)
 
const std::vector< Node * > & CreatePhis (std::vector< MachineRepresentation > representations)
 

Detailed Description

template<class... Types>
class v8::internal::compiler::CodeAssemblerParameterizedLabel< Types >

Definition at line 497 of file code-assembler.h.


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