v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
maglev-code-gen-state.h File Reference
Include dependency graph for maglev-code-gen-state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::maglev::DeferredCodeInfo
 
class  v8::internal::maglev::MaglevCodeGenState
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::maglev
 

Functions

int v8::internal::maglev::GetSafepointIndexForStackSlot (int i)
 
Register v8::internal::maglev::ToRegister (const compiler::InstructionOperand &operand)
 
DoubleRegister v8::internal::maglev::ToDoubleRegister (const compiler::InstructionOperand &operand)
 
template<typename RegisterT >
auto v8::internal::maglev::ToRegisterT (const compiler::InstructionOperand &operand)
 
Register v8::internal::maglev::ToRegister (const ValueLocation &location)
 
DoubleRegister v8::internal::maglev::ToDoubleRegister (const ValueLocation &location)