#include <code-assembler.h>
Definition at line 1852 of file code-assembler.h.
 
◆ VariableId
◆ CodeAssemblerState() [1/3]
◆ ~CodeAssemblerState()
  
  | 
        
          | v8::internal::compiler::CodeAssemblerState::~CodeAssemblerState | ( |  | ) |  |  | default | 
 
 
◆ CodeAssemblerState() [2/3]
  
  | 
        
          | v8::internal::compiler::CodeAssemblerState::CodeAssemblerState | ( | const CodeAssemblerState & |  | ) |  |  | delete | 
 
 
◆ CodeAssemblerState() [3/3]
◆ InsideBlock()
      
        
          | bool v8::internal::compiler::CodeAssemblerState::InsideBlock | ( |  | ) |  | 
      
 
 
◆ name()
  
  | 
        
          | const char * v8::internal::compiler::CodeAssemblerState::name | ( |  | ) | const |  | inline | 
 
 
◆ NextVariableId()
  
  | 
        
          | VariableId v8::internal::compiler::CodeAssemblerState::NextVariableId | ( |  | ) |  |  | inlineprivate | 
 
 
◆ operator=()
◆ parameter_count()
      
        
          | int v8::internal::compiler::CodeAssemblerState::parameter_count | ( |  | ) | const | 
      
 
 
◆ PopExceptionHandler()
  
  | 
        
          | void v8::internal::compiler::CodeAssemblerState::PopExceptionHandler | ( |  | ) |  |  | private | 
 
 
◆ PushExceptionHandler()
◆ SetInitialDebugInformation()
      
        
          | void v8::internal::compiler::CodeAssemblerState::SetInitialDebugInformation | ( | const char * | msg, | 
        
          |  |  | const char * | file, | 
        
          |  |  | int | line ) | 
      
 
 
◆ CodeAssembler
◆ CodeAssemblerCompilationJob
◆ CodeAssemblerLabel
◆ CodeAssemblerParameterizedLabelBase
◆ CodeAssemblerTester
  
  | 
        
          | friend class CodeAssemblerTester |  | friend | 
 
 
◆ CodeAssemblerVariable
◆ ScopedExceptionHandler
◆ builtin_
  
  | 
        
          | Builtin v8::internal::compiler::CodeAssemblerState::builtin_ |  | private | 
 
 
◆ call_epilogue_
◆ call_prologue_
◆ code_generated_
  
  | 
        
          | bool v8::internal::compiler::CodeAssemblerState::code_generated_ |  | private | 
 
 
◆ exception_handler_labels_
◆ jsgraph_
  
  | 
        
          | JSGraph* v8::internal::compiler::CodeAssemblerState::jsgraph_ |  | private | 
 
 
◆ kind_
  
  | 
        
          | CodeKind v8::internal::compiler::CodeAssemblerState::kind_ |  | private | 
 
 
◆ macro_call_stack_
  
  | 
        
          | std::vector<FileAndLine> v8::internal::compiler::CodeAssemblerState::macro_call_stack_ |  | private | 
 
 
◆ name_
  
  | 
        
          | const char* v8::internal::compiler::CodeAssemblerState::name_ |  | private | 
 
 
◆ next_variable_id_
  
  | 
        
          | VariableId v8::internal::compiler::CodeAssemblerState::next_variable_id_ = 0 |  | private | 
 
 
◆ raw_assembler_
  
  | 
        
          | std::unique_ptr<RawMachineAssembler> v8::internal::compiler::CodeAssemblerState::raw_assembler_ |  | private | 
 
 
◆ variables_
The documentation for this class was generated from the following files: