OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChar
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
100
EXPECT_FALSE(bool_reg_type.
IsChar
());
133
EXPECT_FALSE(byte_reg_type.
IsChar
());
166
EXPECT_TRUE(char_reg_type.
IsChar
());
199
EXPECT_FALSE(short_reg_type.
IsChar
());
232
EXPECT_FALSE(int_reg_type.
IsChar
());
265
EXPECT_FALSE(long_reg_type.
IsChar
());
298
EXPECT_FALSE(float_reg_type.
IsChar
());
331
EXPECT_FALSE(double_reg_type.
IsChar
());
reg_type-inl.h
75
} else if (lhs.
IsChar
()) {
reg_type.h
55
virtual bool
IsChar
() const { return false; }
134
return
IsChar
() || IsInteger() || IsFloat() || IsConstant() || IsByte() ||
148
return
IsChar
() || IsBooleanTypes() || IsConstantChar();
151
return IsInteger() || IsConstant() || IsByte() || IsShort() ||
IsChar
() ||
451
bool
IsChar
() const OVERRIDE { return true; }
[
all
...]
method_verifier.cc
[
all
...]
Completed in 562 milliseconds