OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsHighHalf
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
64
EXPECT_FALSE(precise_lo.
IsHighHalf
());
65
EXPECT_TRUE(precise_hi.
IsHighHalf
());
96
EXPECT_FALSE(bool_reg_type.
IsHighHalf
());
128
EXPECT_FALSE(byte_reg_type.
IsHighHalf
());
160
EXPECT_FALSE(char_reg_type.
IsHighHalf
());
192
EXPECT_FALSE(short_reg_type.
IsHighHalf
());
224
EXPECT_FALSE(int_reg_type.
IsHighHalf
());
256
EXPECT_FALSE(long_reg_type.
IsHighHalf
());
288
EXPECT_FALSE(float_reg_type.
IsHighHalf
());
320
EXPECT_FALSE(double_reg_type.
IsHighHalf
());
[
all
...]
register_line.cc
40
if (new_type.IsLowHalf() || new_type.
IsHighHalf
()) {
79
DCHECK(!new_type.
IsHighHalf
());
reg_type.h
101
bool
IsHighHalf
() const {
method_verifier.cc
[
all
...]
Completed in 127 milliseconds