Searched defs:source_ (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/gc/space/
H A Dimage_space.cc606 : source_(source),
611 return address - source_ < length_;
626 return dest_ - source_;
630 return source_;
642 const uintptr_t source_; member in class:art::gc::space::RelocationRange
/art/compiler/
H A Doat_writer.cc95 : type_(kZipEntry), source_(zip_entry) {
96 DCHECK(source_ != nullptr);
100 : type_(kRawFile), source_(raw_file) {
101 DCHECK(source_ != nullptr);
105 : type_(kRawData), source_(dex_file) {
106 DCHECK(source_ != nullptr);
115 DCHECK(source_ != nullptr);
116 return static_cast<ZipEntry*>(const_cast<void*>(source_));
121 DCHECK(source_ != nullptr);
122 return static_cast<File*>(const_cast<void*>(source_));
145 const void* source_; member in class:art::OatWriter::DexFileSource
[all...]

Completed in 69 milliseconds