Searched defs:IsValid (Results 1 - 7 of 7) sorted by relevance

/art/runtime/base/
H A Dbit_field.h33 static bool IsValid(T value) { function in class:art::BitField
61 DCHECK(IsValid(value));
74 DCHECK(IsValid(value));
/art/compiler/optimizing/
H A Dgraph_checker.h56 bool IsValid() const { function in class:art::GraphChecker
H A Dlocations.h84 DCHECK(!IsValid());
108 bool IsValid() const { function in class:art::Location
113 return !IsValid();
/art/runtime/
H A Dimage.cc79 bool ImageHeader::IsValid() const { function in class:art::ImageHeader
109 CHECK(IsValid());
H A Dindirect_reference_table.cc100 bool IndirectReferenceTable::IsValid() const { function in class:art::IndirectReferenceTable
H A Doat.cc124 bool OatHeader::IsValid() const { function in class:art::OatHeader
163 CHECK(IsValid());
168 CHECK(IsValid());
173 DCHECK(IsValid());
179 CHECK(IsValid());
184 CHECK(IsValid());
189 DCHECK(IsValid());
198 DCHECK(IsValid());
210 DCHECK(IsValid());
218 DCHECK(IsValid());
[all...]
H A Dstack_map.h688 bool IsValid() const { return region_.pointer() != nullptr; } function in class:art::DexRegisterLocation::StackMap

Completed in 4580 milliseconds