OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLowHalf
(Results
1 - 5
of
5
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
65
EXPECT_TRUE(precise_lo.
IsLowHalf
());
66
EXPECT_FALSE(precise_hi.
IsLowHalf
());
98
EXPECT_FALSE(bool_reg_type.
IsLowHalf
());
130
EXPECT_FALSE(byte_reg_type.
IsLowHalf
());
162
EXPECT_FALSE(char_reg_type.
IsLowHalf
());
194
EXPECT_FALSE(short_reg_type.
IsLowHalf
());
226
EXPECT_FALSE(int_reg_type.
IsLowHalf
());
258
EXPECT_TRUE(long_reg_type.
IsLowHalf
());
290
EXPECT_FALSE(float_reg_type.
IsLowHalf
());
322
EXPECT_TRUE(double_reg_type.
IsLowHalf
());
[
all
...]
register_line.cc
41
if (new_type.
IsLowHalf
() || new_type.IsHighHalf()) {
79
DCHECK(!new_type.
IsLowHalf
());
127
if (check_type.
IsLowHalf
()) {
reg_type.h
99
bool
IsLowHalf
() const {
108
return
IsLowHalf
();
112
if (
IsLowHalf
()) {
154
return
IsLowHalf
(); // Don't expect explicit testing of high halves
method_verifier.cc
[
all
...]
reg_type.cc
544
DCHECK(
IsLowHalf
());
Completed in 3329 milliseconds