Searched refs:IsReference (Results 1 – 6 of 6) sorted by relevance
168 DCHECK(result->IsReference()); in JavaLangThrowable()179 DCHECK(result->IsReference()); in JavaLangObject()
107 EXPECT_FALSE(bool_reg_type.IsReference()); in TEST_F()140 EXPECT_FALSE(byte_reg_type.IsReference()); in TEST_F()173 EXPECT_FALSE(char_reg_type.IsReference()); in TEST_F()206 EXPECT_FALSE(short_reg_type.IsReference()); in TEST_F()239 EXPECT_FALSE(int_reg_type.IsReference()); in TEST_F()272 EXPECT_FALSE(long_reg_type.IsReference()); in TEST_F()305 EXPECT_FALSE(float_reg_type.IsReference()); in TEST_F()338 EXPECT_FALSE(double_reg_type.IsReference()); in TEST_F()
76 virtual bool IsReference() const { return false; } in IsReference() function1015 bool IsReference() const override { return true; } in IsReference() function
554 if (cur_entry->IsReference() && cur_entry->GetClass() == klass) { in FromUninitialized()
544 return IsReference() && GetClass()->IsObjectClass(); in IsJavaLangObject()
203 bool IsReference() const { return is_reference_; } in IsReference() function in art::DeoptimizationContextRecord4160 if (record->IsReference()) { in VisitRoots()