OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDoubleLo
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
reg_type.h
54
virtual bool
IsDoubleLo
() const { return false; }
98
return (IsLongLo() ||
IsDoubleLo
() || IsPreciseConstantLo() ||
115
(
IsDoubleLo
() && type_h.IsDoubleHi()) ||
189
return
IsDoubleLo
() || IsLongConstant();
533
bool
IsDoubleLo
() const {
reg_type.cc
546
} else if (
IsDoubleLo
()) {
569
} else if (
IsDoubleLo
()) {
728
} else if (lhs.
IsDoubleLo
()) {
Completed in 165 milliseconds