#include <constants.h>
Definition at line 44 of file constants.h.
◆ FpuRegisterName()
static const char * dart::RegisterNames::FpuRegisterName |
( |
FpuRegister |
reg | ) |
|
|
inlinestatic |
Definition at line 54 of file constants.h.
54 {
57 }
const char *const fpu_reg_names[kNumberOfFpuRegisters]
const int kNumberOfFpuRegisters
◆ RegisterAbiName()
static const char * dart::RegisterNames::RegisterAbiName |
( |
Register |
reg | ) |
|
|
inlinestatic |
Definition at line 50 of file constants.h.
50 {
53 }
const char *const cpu_reg_abi_names[kNumberOfCpuRegisters]
◆ RegisterName()
static const char * dart::RegisterNames::RegisterName |
( |
Register |
reg | ) |
|
|
inlinestatic |
Definition at line 46 of file constants.h.
46 {
49 }
const char *const cpu_reg_names[kNumberOfCpuRegisters]
The documentation for this class was generated from the following file: