v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::VFPRegisters Class Reference

#include <constants-arm.h>

Collaboration diagram for v8::internal::VFPRegisters:

Static Public Member Functions

static const char * Name (int reg, bool is_double)
 
static int Number (const char *name, bool *is_double)
 

Static Private Attributes

static const char * names_ [kNumVFPRegisters]
 

Detailed Description

Definition at line 704 of file constants-arm.h.

Member Function Documentation

◆ Name()

static const char * v8::internal::VFPRegisters::Name ( int reg,
bool is_double )
static

◆ Number()

static int v8::internal::VFPRegisters::Number ( const char * name,
bool * is_double )
static

Member Data Documentation

◆ names_

const char* v8::internal::VFPRegisters::names_[kNumVFPRegisters]
staticprivate

Definition at line 715 of file constants-arm.h.


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