OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_reg_type
(Results
1 - 1
of
1
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
240
const RegType&
long_reg_type
= cache.LongLo();
local
241
EXPECT_FALSE(
long_reg_type
.IsUndefined());
242
EXPECT_FALSE(
long_reg_type
.IsConflict());
243
EXPECT_FALSE(
long_reg_type
.IsZero());
244
EXPECT_FALSE(
long_reg_type
.IsOne());
245
EXPECT_FALSE(
long_reg_type
.IsLongConstant());
246
EXPECT_FALSE(
long_reg_type
.IsBoolean());
247
EXPECT_FALSE(
long_reg_type
.IsByte());
248
EXPECT_FALSE(
long_reg_type
.IsChar());
249
EXPECT_FALSE(
long_reg_type
.IsShort())
[
all
...]
Completed in 46 milliseconds