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/
register_line-inl.h
42
if (new_type.
IsLowHalf
() || new_type.IsHighHalf()) {
88
DCHECK(!new_type.
IsLowHalf
());
151
if (check_type.
IsLowHalf
()) {
reg_type_test.cc
72
EXPECT_TRUE(precise_lo.
IsLowHalf
());
73
EXPECT_FALSE(precise_hi.
IsLowHalf
());
107
EXPECT_FALSE(bool_reg_type.
IsLowHalf
());
140
EXPECT_FALSE(byte_reg_type.
IsLowHalf
());
173
EXPECT_FALSE(char_reg_type.
IsLowHalf
());
206
EXPECT_FALSE(short_reg_type.
IsLowHalf
());
239
EXPECT_FALSE(int_reg_type.
IsLowHalf
());
272
EXPECT_TRUE(long_reg_type.
IsLowHalf
());
305
EXPECT_FALSE(float_reg_type.
IsLowHalf
());
338
EXPECT_TRUE(double_reg_type.
IsLowHalf
());
[
all
...]
reg_type.h
100
bool
IsLowHalf
() const {
106
bool IsLongOrDoubleTypes() const { return
IsLowHalf
(); }
109
if (
IsLowHalf
()) {
138
return
IsLowHalf
(); // Don't expect explicit testing of high halves
[
all
...]
method_verifier.cc
[
all
...]
reg_type.cc
451
DCHECK(
IsLowHalf
());
Completed in 2723 milliseconds