Searched refs:IsReference (Results 1 - 6 of 6) sorted by relevance

/art/runtime/verifier/
H A Dreg_type_cache-inl.h160 DCHECK(result->IsReference());
172 DCHECK(result->IsReference());
H A Dreg_type_test.cc107 EXPECT_FALSE(bool_reg_type.IsReference());
140 EXPECT_FALSE(byte_reg_type.IsReference());
173 EXPECT_FALSE(char_reg_type.IsReference());
206 EXPECT_FALSE(short_reg_type.IsReference());
239 EXPECT_FALSE(int_reg_type.IsReference());
272 EXPECT_FALSE(long_reg_type.IsReference());
305 EXPECT_FALSE(float_reg_type.IsReference());
338 EXPECT_FALSE(double_reg_type.IsReference());
H A Dreg_type.h76 virtual bool IsReference() const { return false; } function in class:art::verifier::RegType
1019 bool IsReference() const OVERRIDE { return true; }
H A Dreg_type.cc529 return IsReference() && GetClass()->IsObjectClass();
H A Dreg_type_cache.cc540 if (cur_entry->IsReference() && cur_entry->GetClass() == klass) {
/art/runtime/
H A Dthread.cc183 bool IsReference() const { return is_reference_; } function in class:art::DeoptimizationContextRecord
3781 if (record->IsReference()) {

Completed in 113 milliseconds