Searched defs:IsValid (Results 1 - 12 of 12) sorted by last modified time

/art/runtime/
H A Doat.cc103 bool OatHeader::IsValid() const { function in class:art::OatHeader
148 CHECK(IsValid());
153 CHECK(IsValid());
189 DCHECK(IsValid());
199 CHECK(IsValid());
204 CHECK(IsValid());
209 DCHECK(IsValid());
216 DCHECK(IsValid());
223 DCHECK(IsValid());
232 DCHECK(IsValid());
[all...]
H A Dobj_ptr-inl.h27 inline bool ObjPtr<MirrorType>::IsValid() const { function in class:art::ObjPtr
37 CHECK(IsValid()) << "Stale object pointer " << PtrUnchecked() << " , expected cookie "
H A Dstack_map.h455 bool IsValid() const { return region_.pointer() != nullptr; } function in class:art::DexRegisterLocation::DexRegisterMap
808 ALWAYS_INLINE bool IsValid() const { return region_.pointer() != nullptr; } function in class:art::DexRegisterLocation::StackMap
1260 bool IsValid() const { return region_.pointer() != nullptr; } function in class:art::DexRegisterLocation::InvokeInfo
H A Dvdex_file.h77 bool IsValid() const { function in struct:art::VdexFile::VerifierDepsHeader
262 bool IsValid() const { function in class:art::VdexFile
263 return mmap_->Size() >= sizeof(VerifierDepsHeader) && GetVerifierDepsHeader().IsValid();
H A Dclass_linker.h738 bool IsValid() const { function in struct:art::ClassLinker::DexCacheData
H A Dimage.cc102 bool ImageHeader::IsValid() const { function in class:art::ImageHeader
129 CHECK(IsValid());
H A Dindirect_reference_table.cc127 bool IndirectReferenceTable::IsValid() const { function in class:art::IndirectReferenceTable
/art/libdexfile/dex/
H A Ddex_file_types.h35 bool IsValid() const { function in class:art::dex::StringIndex
70 bool IsValid() const { function in class:art::dex::TypeIndex
/art/compiler/optimizing/
H A Dgraph_checker.h78 bool IsValid() const { function in class:art::GraphChecker
H A Dlocations.h94 DCHECK(!IsValid());
115 bool IsValid() const { function in class:art::Location
120 return !IsValid();
H A Dnodes.h205 bool IsValid() const { function in class:art::ReferenceTypeInfo
212 DCHECK(IsValid());
217 DCHECK(IsValid());
222 DCHECK(IsValid());
227 DCHECK(IsValid());
232 DCHECK(IsValid());
237 DCHECK(IsValid());
242 DCHECK(IsValid());
247 DCHECK(IsValid());
254 DCHECK(IsValid());
[all...]
H A Dsuperblock_cloner.h57 bool IsValid() const { return from_ != kInvalidBlockId && to_ != kInvalidBlockId; } function in class:art::HEdge
68 if (!edge.IsValid()) {

Completed in 196 milliseconds