#include <memory-lowering.h>
Definition at line 33 of file memory-lowering.h.
 
◆ AllocationState() [1/4]
  
  | 
        
          | v8::internal::compiler::MemoryLowering::AllocationState::AllocationState | ( | const AllocationState & |  | ) |  |  | delete | 
 
 
◆ AllocationState() [2/4]
  
  | 
        
          | v8::internal::compiler::MemoryLowering::AllocationState::AllocationState | ( |  | ) |  |  | private | 
 
 
◆ AllocationState() [3/4]
  
  | 
        
          | v8::internal::compiler::MemoryLowering::AllocationState::AllocationState | ( | AllocationGroup * | group, |  
          |  |  | Node * | effect ) |  | explicitprivate | 
 
 
◆ AllocationState() [4/4]
  
  | 
        
          | v8::internal::compiler::MemoryLowering::AllocationState::AllocationState | ( | AllocationGroup * | group, |  
          |  |  | intptr_t | size, |  
          |  |  | Node * | top, |  
          |  |  | Node * | effect ) |  | private | 
 
 
◆ Closed()
◆ effect()
  
  | 
        
          | Node * v8::internal::compiler::MemoryLowering::AllocationState::effect | ( |  | ) | const |  | inline | 
 
 
◆ Empty()
  
  | 
        
          | static AllocationState const  * v8::internal::compiler::MemoryLowering::AllocationState::Empty | ( | Zone * | zone | ) |  |  | inlinestatic | 
 
 
◆ group()
  
  | 
        
          | AllocationGroup * v8::internal::compiler::MemoryLowering::AllocationState::group | ( |  | ) | const |  | inline | 
 
 
◆ IsYoungGenerationAllocation()
      
        
          | bool v8::internal::compiler::MemoryLowering::AllocationState::IsYoungGenerationAllocation | ( |  | ) | const | 
      
 
 
◆ Open()
◆ operator=()
◆ size()
  
  | 
        
          | intptr_t v8::internal::compiler::MemoryLowering::AllocationState::size | ( |  | ) | const |  | inline | 
 
 
◆ top()
  
  | 
        
          | Node * v8::internal::compiler::MemoryLowering::AllocationState::top | ( |  | ) | const |  | inline | 
 
 
◆ effect_
  
  | 
        
          | Node* const v8::internal::compiler::MemoryLowering::AllocationState::effect_ |  | private | 
 
 
◆ group_
  
  | 
        
          | AllocationGroup* const v8::internal::compiler::MemoryLowering::AllocationState::group_ |  | private | 
 
 
◆ size_
  
  | 
        
          | intptr_t const v8::internal::compiler::MemoryLowering::AllocationState::size_ |  | private | 
 
 
◆ top_
  
  | 
        
          | Node* const v8::internal::compiler::MemoryLowering::AllocationState::top_ |  | private | 
 
 
◆ Zone
  
  | 
        
          | friend v8::internal::compiler::MemoryLowering::AllocationState::Zone |  | private | 
 
 
The documentation for this class was generated from the following files: