OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSign
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
constants_arm.h
435
bool
HasSign
() const { return SignField() == 1; }
/external/v8/src/arm/
constants-arm.h
637
inline bool
HasSign
() const { return SignValue() == 1; }
Completed in 355 milliseconds