|
V8 Project
|
#include <assembler-arm.h>
Collaboration diagram for v8::internal::CRegister:Public Member Functions | |
| bool | is_valid () const |
| bool | is (CRegister creg) const |
| int | code () const |
| int | bit () const |
Public Attributes | |
| int | code_ |
Definition at line 429 of file assembler-arm.h.
|
inline |
Definition at line 436 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:
|
inline |
Definition at line 432 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:
|
inline |
| int v8::internal::CRegister::code_ |
Definition at line 442 of file assembler-arm.h.
Referenced by bit(), code(), is(), and is_valid().