v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope Class Referencefinal
Collaboration diagram for v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope:

Public Member Functions

 RegisterAllocationScope (BytecodeGenerator *generator)
 
 ~RegisterAllocationScope ()
 
 RegisterAllocationScope (const RegisterAllocationScope &)=delete
 
RegisterAllocationScopeoperator= (const RegisterAllocationScope &)=delete
 
BytecodeGeneratorgenerator () const
 

Private Attributes

BytecodeGeneratorgenerator_
 
int outer_next_register_index_
 

Detailed Description

Definition at line 652 of file bytecode-generator.cc.

Constructor & Destructor Documentation

◆ RegisterAllocationScope() [1/2]

v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::RegisterAllocationScope ( BytecodeGenerator * generator)
inlineexplicit

Definition at line 654 of file bytecode-generator.cc.

◆ ~RegisterAllocationScope()

v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::~RegisterAllocationScope ( )
inline

Definition at line 659 of file bytecode-generator.cc.

◆ RegisterAllocationScope() [2/2]

v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::RegisterAllocationScope ( const RegisterAllocationScope & )
delete

Member Function Documentation

◆ generator()

BytecodeGenerator * v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::generator ( ) const
inline

Definition at line 667 of file bytecode-generator.cc.

◆ operator=()

RegisterAllocationScope & v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::operator= ( const RegisterAllocationScope & )
delete

Member Data Documentation

◆ generator_

BytecodeGenerator* v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::generator_
private

Definition at line 670 of file bytecode-generator.cc.

◆ outer_next_register_index_

int v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope::outer_next_register_index_
private

Definition at line 671 of file bytecode-generator.cc.


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