Lines Matching refs:memory_
96 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerX86()
100 HexString(memory_->GetBase()) << "+" << in StackwalkerX86()
101 HexString(memory_->GetSize()); in StackwalkerX86()
102 memory_ = NULL; in StackwalkerX86()
365 PostfixEvaluator<uint32_t>(&dictionary, memory_); in GetCallerByWindowsFrameInfo()
453 if (has_skipped_frames || !memory_->GetMemoryAtAddress(ebp, &value)) { in GetCallerByWindowsFrameInfo()
461 if (!memory_->GetMemoryAtAddress(location, &ebp)) in GetCallerByWindowsFrameInfo()
464 if (memory_->GetMemoryAtAddress(ebp, &value)) { in GetCallerByWindowsFrameInfo()
514 .FindCallerRegisters(*memory_, *cfi_frame_info, in GetCallerByCFIFrameInfo()
564 if (memory_->GetMemoryAtAddress(last_ebp + 4, &caller_eip) && in GetCallerByEBPAtBase()
565 memory_->GetMemoryAtAddress(last_ebp, &caller_ebp)) { in GetCallerByEBPAtBase()
591 if (!memory_->GetMemoryAtAddress(restored_ebp_chain, &caller_ebp) || in GetCallerByEBPAtBase()
620 if (!memory_ || !stack) { in GetCallerFrame()