Searched refs:IsReference (Results 1 – 6 of 6) sorted by relevance
164 DCHECK(result->IsReference()); in JavaLangThrowable()175 DCHECK(result->IsReference()); in JavaLangObject()
128 EXPECT_FALSE(bool_reg_type.IsReference()); in TEST_F()161 EXPECT_FALSE(byte_reg_type.IsReference()); in TEST_F()194 EXPECT_FALSE(char_reg_type.IsReference()); in TEST_F()227 EXPECT_FALSE(short_reg_type.IsReference()); in TEST_F()260 EXPECT_FALSE(int_reg_type.IsReference()); in TEST_F()293 EXPECT_FALSE(long_reg_type.IsReference()); in TEST_F()326 EXPECT_FALSE(float_reg_type.IsReference()); in TEST_F()359 EXPECT_FALSE(double_reg_type.IsReference()); in TEST_F()
77 virtual bool IsReference() const { return false; } in IsReference() function886 bool IsReference() const override { return true; } in IsReference() function
468 if (cur_entry->IsReference() && cur_entry->GetClass() == klass) { in FromUninitialized()
350 return IsReference() && GetClass()->IsObjectClass(); in IsJavaLangObject()
209 bool IsReference() const { return is_reference_; } in IsReference() function in art::DeoptimizationContextRecord4465 if (record->IsReference()) { in VisitRoots()