OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsRegisterPair
(Results
1 - 3
of
3
) sorted by null
/art/compiler/utils/arm/
managed_register_arm.h
115
CHECK(
IsRegisterPair
());
125
CHECK(
IsRegisterPair
());
131
CHECK(
IsRegisterPair
());
160
bool
IsRegisterPair
() const {
173
(
IsRegisterPair
() && test.
IsRegisterPair
());
239
!IsOverlappingDRegister() && !
IsRegisterPair
());
/art/compiler/utils/mips/
managed_register_mips.h
117
CHECK(
IsRegisterPair
());
123
CHECK(
IsRegisterPair
());
152
bool
IsRegisterPair
() const {
197
CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !
IsRegisterPair
());
/art/compiler/utils/x86/
managed_register_x86.h
113
CHECK(
IsRegisterPair
());
119
CHECK(
IsRegisterPair
());
141
bool
IsRegisterPair
() const {
187
CHECK(IsValidManagedRegister() && !
IsRegisterPair
());
Completed in 41 milliseconds