#include <accessor-assembler.h>
 | 
|   | ExitPoint (CodeStubAssembler *assembler) | 
|   | 
|   | ExitPoint (CodeStubAssembler *assembler, const IndirectReturnHandler &indirect_return_handler) | 
|   | 
|   | ExitPoint (CodeStubAssembler *assembler, CodeAssemblerLabel *out, compiler::CodeAssembler::TVariable< Object > *var_result) | 
|   | 
| template<class... TArgs>  | 
| void  | ReturnCallRuntime (Runtime::FunctionId function, TNode< Context > context, TArgs... args) | 
|   | 
| template<class... TArgs>  | 
| void  | ReturnCallBuiltin (Builtin builtin, TNode< Context > context, TArgs... args) | 
|   | 
| template<class... TArgs>  | 
| void  | ReturnCallStub (const CallInterfaceDescriptor &descriptor, TNode< Code > target, TNode< Context > context, TArgs... args) | 
|   | 
| void  | Return (const TNode< Object > result) | 
|   | 
| bool  | IsDirect () const | 
|   | 
Definition at line 606 of file accessor-assembler.h.
 
◆ CodeAssemblerLabel
◆ IndirectReturnHandler
◆ ExitPoint() [1/3]
◆ ExitPoint() [2/3]
◆ ExitPoint() [3/3]
◆ IsDirect()
  
  
      
        
          | bool v8::internal::ExitPoint::IsDirect  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ Return()
  
  
      
        
          | void v8::internal::ExitPoint::Return  | 
          ( | 
          const TNode< Object > |           result | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ReturnCallBuiltin()
template<class... TArgs> 
  
  
      
        
          | void v8::internal::ExitPoint::ReturnCallBuiltin  | 
          ( | 
          Builtin |           builtin,  | 
         
        
           | 
           | 
          TNode< Context > |           context,  | 
         
        
           | 
           | 
          TArgs... |           args ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ ReturnCallRuntime()
◆ ReturnCallStub()
◆ asm_
◆ indirect_return_handler_
The documentation for this class was generated from the following file: