OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsByte
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
90
EXPECT_FALSE(bool_reg_type.
IsByte
());
122
EXPECT_TRUE(byte_reg_type.
IsByte
());
154
EXPECT_FALSE(char_reg_type.
IsByte
());
186
EXPECT_FALSE(short_reg_type.
IsByte
());
218
EXPECT_FALSE(int_reg_type.
IsByte
());
250
EXPECT_FALSE(long_reg_type.
IsByte
());
282
EXPECT_FALSE(float_reg_type.
IsByte
());
314
EXPECT_FALSE(double_reg_type.
IsByte
());
reg_type.h
48
virtual bool
IsByte
() const { return false; }
150
return IsChar() || IsInteger() || IsFloat() || IsConstant() ||
IsByte
() || IsShort() ||
160
return IsConstantByte() ||
IsByte
() || IsBoolean();
163
return IsShort() ||
IsByte
() || IsBoolean() || IsConstantShort();
169
return IsInteger() || IsConstant() ||
IsByte
() || IsShort() || IsChar() || IsBoolean();
412
bool
IsByte
() const {
reg_type.cc
716
} else if (lhs.
IsByte
()) {
method_verifier.cc
[
all
...]
Completed in 1080 milliseconds