OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNonZeroReferenceTypes
(Results
1 - 6
of
6
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
110
EXPECT_FALSE(bool_reg_type.
IsNonZeroReferenceTypes
());
142
EXPECT_FALSE(byte_reg_type.
IsNonZeroReferenceTypes
());
174
EXPECT_FALSE(char_reg_type.
IsNonZeroReferenceTypes
());
206
EXPECT_FALSE(short_reg_type.
IsNonZeroReferenceTypes
());
238
EXPECT_FALSE(int_reg_type.
IsNonZeroReferenceTypes
());
270
EXPECT_FALSE(long_reg_type.
IsNonZeroReferenceTypes
());
302
EXPECT_FALSE(float_reg_type.
IsNonZeroReferenceTypes
());
334
EXPECT_FALSE(double_reg_type.
IsNonZeroReferenceTypes
());
362
EXPECT_TRUE(ref_type_0.
IsNonZeroReferenceTypes
());
369
EXPECT_TRUE(unresolved_super_class.
IsNonZeroReferenceTypes
());
[
all
...]
reg_type.h
142
return
IsNonZeroReferenceTypes
() || IsZero();
144
virtual bool
IsNonZeroReferenceTypes
() const {
687
bool
IsNonZeroReferenceTypes
() const;
796
bool
IsNonZeroReferenceTypes
() const {
818
bool
IsNonZeroReferenceTypes
() const {
836
bool
IsNonZeroReferenceTypes
() const;
register_line.cc
114
if (!check_type.
IsNonZeroReferenceTypes
() || !src_type.
IsNonZeroReferenceTypes
()) {
496
if (GetRegisterType(i + j).
IsNonZeroReferenceTypes
()) {
reg_type.cc
555
if (
IsNonZeroReferenceTypes
()) {
581
bool UninitializedType::
IsNonZeroReferenceTypes
() const {
585
bool UnresolvedType::
IsNonZeroReferenceTypes
() const {
702
return IsUnresolvedTypes() || (
IsNonZeroReferenceTypes
() && GetClass()->IsInstantiable());
register_line.h
279
if (GetRegisterType(i).
IsNonZeroReferenceTypes
()) {
method_verifier.cc
[
all
...]
Completed in 6612 milliseconds