OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCategory1Types
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
102
EXPECT_TRUE(bool_reg_type.
IsCategory1Types
());
134
EXPECT_TRUE(byte_reg_type.
IsCategory1Types
());
166
EXPECT_TRUE(char_reg_type.
IsCategory1Types
());
198
EXPECT_TRUE(short_reg_type.
IsCategory1Types
());
230
EXPECT_TRUE(int_reg_type.
IsCategory1Types
());
262
EXPECT_FALSE(long_reg_type.
IsCategory1Types
());
294
EXPECT_TRUE(float_reg_type.
IsCategory1Types
());
326
EXPECT_FALSE(double_reg_type.
IsCategory1Types
());
register_line.cc
231
if ((cat == kTypeCategory1nr && !type.
IsCategory1Types
()) ||
254
if ((!is_reference && !type.
IsCategory1Types
()) ||
reg_type.h
149
bool
IsCategory1Types
() const {
method_verifier.cc
[
all
...]
Completed in 30 milliseconds