Home | History | Annotate | Download | only in src

Lines Matching refs:code_range_

827   bool exists() { return this != NULL && code_range_ != NULL; }
829 if (this == NULL || code_range_ == NULL) return false;
830 Address start = static_cast<Address>(code_range_->address());
831 return start <= address && address < start + code_range_->size();
845 VirtualMemory* code_range_;