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
88
EXPECT_FALSE(bool_reg_type.
IsChar
());
120
EXPECT_FALSE(byte_reg_type.
IsChar
());
152
EXPECT_TRUE(char_reg_type.
IsChar
());
184
EXPECT_FALSE(short_reg_type.
IsChar
());
216
EXPECT_FALSE(int_reg_type.
IsChar
());
248
EXPECT_FALSE(long_reg_type.
IsChar
());
280
EXPECT_FALSE(float_reg_type.
IsChar
());
312
EXPECT_FALSE(double_reg_type.
IsChar
());
reg_type.h
47
virtual bool
IsChar
() const { return false; }
148
return
IsChar
() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
164
return
IsChar
() || IsBooleanTypes() || IsConstantChar();
167
return IsInteger() || IsConstant() || IsByte() || IsShort() ||
IsChar
() || IsBoolean();
447
bool
IsChar
() const {
reg_type.cc
720
} else if (lhs.
IsChar
()) {
method_verifier.cc
[
all
...]
Completed in 31 milliseconds