Searched refs:IsReference (Results 1 – 6 of 6) sorted by relevance
104 DCHECK(result->IsReference()); in JavaLangThrowable()116 DCHECK(result->IsReference()); in JavaLangObject()
106 EXPECT_FALSE(bool_reg_type.IsReference()); in TEST_F()139 EXPECT_FALSE(byte_reg_type.IsReference()); in TEST_F()172 EXPECT_FALSE(char_reg_type.IsReference()); in TEST_F()205 EXPECT_FALSE(short_reg_type.IsReference()); in TEST_F()238 EXPECT_FALSE(int_reg_type.IsReference()); in TEST_F()271 EXPECT_FALSE(long_reg_type.IsReference()); in TEST_F()304 EXPECT_FALSE(float_reg_type.IsReference()); in TEST_F()337 EXPECT_FALSE(double_reg_type.IsReference()); in TEST_F()
77 virtual bool IsReference() const { return false; } in IsReference() function844 bool IsReference() const OVERRIDE { return true; } in IsReference() function
501 if (cur_entry->IsReference() && cur_entry->GetClass() == klass) { in FromUninitialized()
527 return IsReference() && GetClass()->IsObjectClass(); in IsJavaLangObject()
173 bool IsReference() const { return is_reference_; } in IsReference() function in art::DeoptimizationContextRecord3396 if (record->IsReference()) { in VisitRoots()