Lines Matching refs:memory_
58 if (memory_) { in StackwalkerMIPS()
60 if (0xffffffffffffffff - memory_->GetBase() < memory_->GetSize() - 1) { in StackwalkerMIPS()
62 << HexString(memory_->GetBase()) in StackwalkerMIPS()
64 << HexString(memory_->GetSize()); in StackwalkerMIPS()
65 memory_ = NULL; in StackwalkerMIPS()
68 if (0xffffffff - memory_->GetBase() < memory_->GetSize() - 1) { in StackwalkerMIPS()
70 << HexString(memory_->GetBase()) in StackwalkerMIPS()
72 << HexString(memory_->GetSize()); in StackwalkerMIPS()
73 memory_ = NULL; in StackwalkerMIPS()
124 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
191 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
250 if (!memory_ || !stack) { in GetCallerFrame()
328 if (!memory_->GetMemoryAtAddress(caller_sp - sizeof(caller_pc), in GetCallerByStackScan()
394 if (!memory_->GetMemoryAtAddress(caller_sp - sizeof(caller_pc), in GetCallerByStackScan()