OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShortTypes
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
106
EXPECT_TRUE(bool_reg_type.
IsShortTypes
());
138
EXPECT_TRUE(byte_reg_type.
IsShortTypes
());
170
EXPECT_FALSE(char_reg_type.
IsShortTypes
());
202
EXPECT_TRUE(short_reg_type.
IsShortTypes
());
234
EXPECT_FALSE(int_reg_type.
IsShortTypes
());
266
EXPECT_FALSE(long_reg_type.
IsShortTypes
());
298
EXPECT_FALSE(float_reg_type.
IsShortTypes
());
330
EXPECT_FALSE(double_reg_type.
IsShortTypes
());
reg_type.cc
562
} else if (
IsShortTypes
()) {
719
return rhs.
IsShortTypes
();
859
if (
IsShortTypes
() && incoming_type.
IsShortTypes
()) {
reg_type.h
162
bool
IsShortTypes
() const {
Completed in 248 milliseconds