OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShortTypes
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
115
EXPECT_TRUE(bool_reg_type.
IsShortTypes
());
148
EXPECT_TRUE(byte_reg_type.
IsShortTypes
());
181
EXPECT_FALSE(char_reg_type.
IsShortTypes
());
214
EXPECT_TRUE(short_reg_type.
IsShortTypes
());
247
EXPECT_FALSE(int_reg_type.
IsShortTypes
());
280
EXPECT_FALSE(long_reg_type.
IsShortTypes
());
313
EXPECT_FALSE(float_reg_type.
IsShortTypes
());
346
EXPECT_FALSE(double_reg_type.
IsShortTypes
());
reg_type-inl.h
74
return rhs.
IsShortTypes
();
reg_type.cc
470
} else if (
IsShortTypes
()) {
668
if (
IsShortTypes
() && incoming_type.
IsShortTypes
()) {
reg_type.h
144
bool
IsShortTypes
() const {
[
all
...]
Completed in 3429 milliseconds