HomeSort by relevance Sort by last modified time
    Searched refs:IsPreciseReference (Results 1 - 5 of 5) sorted by null

  /art/runtime/verifier/
reg_type_cache-inl.h 122 DCHECK(result->IsPreciseReference());
130 DCHECK(result->IsPreciseReference());
138 DCHECK(result->IsPreciseReference());
150 DCHECK(result->IsPreciseReference());
reg_type.cc 745 if (c1 == join_class && !IsPreciseReference()) {
747 } else if (c2 == join_class && !incoming_type.IsPreciseReference()) {
reg_type.h 77 virtual bool IsPreciseReference() const { return false; }
    [all...]
reg_type_cache.cc 40 if (entry->IsPreciseReference() == precise) {
525 if (cur_entry->IsPreciseReference() && cur_entry->GetClass() == klass) {
reg_type_test.cc 460 EXPECT_TRUE(ref_type.IsPreciseReference());
    [all...]

Completed in 98 milliseconds