Home | History | Annotate | Download | only in src

Lines Matching defs:code_range_

427   bool exists() { return this != NULL && code_range_ != NULL; }
429 if (this == NULL || code_range_ == NULL) return false;
430 Address start = static_cast<Address>(code_range_->address());
431 return start <= address && address < start + code_range_->size();
445 VirtualMemory* code_range_;