/external/google-breakpad/src/processor/ |
D | stackwalker_ppc.cc | 53 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerPPC() 58 HexString(memory_->GetBase()) << "+" << in StackwalkerPPC() 59 HexString(memory_->GetSize()); in StackwalkerPPC() 60 memory_ = NULL; in StackwalkerPPC() 86 if (!memory_ || !stack) { in GetCallerFrame() 107 if (!memory_->GetMemoryAtAddress(last_frame->context.gpr[1], in GetCallerFrame() 119 if (!memory_->GetMemoryAtAddress(stack_pointer + 8, &instruction) || in GetCallerFrame()
|
D | stackwalker_x86.cc | 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() [all …]
|
D | stackwalker_mips.cc | 58 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) { in StackwalkerMIPS() 60 << HexString(memory_->GetBase()) in StackwalkerMIPS() 62 << HexString(memory_->GetSize()); in StackwalkerMIPS() 63 memory_ = NULL; in StackwalkerMIPS() 111 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo() 170 if (!memory_ || !stack) { in GetCallerFrame() 252 if (!memory_->GetMemoryAtAddress(caller_sp - sizeof(caller_pc), in GetCallerByStackScan()
|
D | stackwalker_ppc64.cc | 77 if (!memory_ || !stack) { in GetCallerFrame() 98 if (!memory_->GetMemoryAtAddress(last_frame->context.gpr[1], in GetCallerFrame() 110 if (!memory_->GetMemoryAtAddress(stack_pointer + 16, &instruction) || in GetCallerFrame()
|
D | stackwalker_sparc.cc | 77 if (!memory_ || !stack) { in GetCallerFrame() 103 if (!memory_->GetMemoryAtAddress(stack_pointer + 60, in GetCallerFrame() 109 if (!memory_->GetMemoryAtAddress(stack_pointer + 56, in GetCallerFrame()
|
D | stackwalker_amd64.cc | 135 .FindCallerRegisters(*memory_, *cfi_frame_info, in GetCallerByCFIFrameInfo() 173 if (memory_->GetMemoryAtAddress(last_rbp + 8, &caller_rip) && in GetCallerByFramePointerRecovery() 174 memory_->GetMemoryAtAddress(last_rbp, &caller_rbp)) { in GetCallerByFramePointerRecovery() 230 if (memory_->GetMemoryAtAddress(last_frame->context.rbp, &caller_rbp) && in GetCallerByStackScan() 248 if (!memory_ || !stack) { in GetCallerFrame()
|
D | stackwalker_arm64.cc | 100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo() 192 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer() 199 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer() 228 if (!memory_ || !stack) { in GetCallerFrame()
|
D | postfix_evaluator.h | 99 : dictionary_(dictionary), memory_(memory), stack_() {} in PostfixEvaluator() 168 const MemoryRegion *memory_; variable
|
D | stackwalker_arm.cc | 100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo() 206 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer() 213 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer() 242 if (!memory_ || !stack) { in GetCallerFrame()
|
D | postfix_evaluator-inl.h | 145 if (!memory_) { in EvaluateToken() 159 if (!memory_->GetMemoryAtAddress(address, &value)) { in EvaluateToken()
|
/external/v8/src/ |
D | regexp-stack.cc | 52 DeleteArray(thread_local_.memory_); in Reset() 60 DeleteArray(memory_); in Free() 75 reinterpret_cast<void*>(thread_local_.memory_), in EnsureCapacity() 77 DeleteArray(thread_local_.memory_); in EnsureCapacity() 79 thread_local_.memory_ = new_memory; in EnsureCapacity() 83 return thread_local_.memory_ + thread_local_.memory_size_; in EnsureCapacity()
|
D | regexp-stack.h | 45 return thread_local_.memory_ + thread_local_.memory_size_; in stack_base() 87 Address memory_; member 91 memory_ = NULL; in Clear() 100 return reinterpret_cast<Address>(&thread_local_.memory_); in memory_address()
|
/external/v8/src/base/platform/ |
D | platform-solaris.cc | 89 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 91 virtual void* memory() { return memory_; } in memory() 95 void* memory_; member in v8::base::PosixMemoryMappedFile 129 if (memory_) munmap(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-macos.cc | 74 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 76 virtual void* memory() { return memory_; } in memory() 80 void* memory_; member in v8::base::PosixMemoryMappedFile 124 if (memory_) OS::Free(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-freebsd.cc | 74 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 76 virtual void* memory() { return memory_; } in memory() 80 void* memory_; member in v8::base::PosixMemoryMappedFile 114 if (memory_) munmap(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-cygwin.cc | 65 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 67 virtual void* memory() { return memory_; } in memory() 71 void* memory_; member in v8::base::PosixMemoryMappedFile 105 if (memory_) munmap(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-openbsd.cc | 72 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 74 virtual void* memory() { return memory_; } in memory() 78 void* memory_; member in v8::base::PosixMemoryMappedFile 112 if (memory_) OS::Free(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-qnx.cc | 123 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 125 virtual void* memory() { return memory_; } in memory() 129 void* memory_; member in v8::base::PosixMemoryMappedFile 173 if (memory_) OS::Free(memory_, size_); in ~PosixMemoryMappedFile()
|
D | platform-linux.cc | 148 : file_(file), memory_(memory), size_(size) { } in PosixMemoryMappedFile() 150 virtual void* memory() { return memory_; } in memory() 154 void* memory_; member in v8::base::PosixMemoryMappedFile 198 if (memory_) OS::Free(memory_, size_); in ~PosixMemoryMappedFile()
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 55 memory_(NULL), in MachoWalker() 68 memory_(memory), in MachoWalker() 104 if (memory_) { in ReadBytes() 114 memcpy(buffer, static_cast<char *>(memory_) + offset, size); in ReadBytes()
|
D | macho_id.cc | 59 : memory_(0), in MachoID() 68 : memory_(memory), in MachoID() 243 if (memory_) { in WalkHeader() 244 MachoWalker walker(memory_, memory_size_, callback, context); in WalkHeader()
|
D | macho_walker.h | 94 void *memory_; variable
|
D | macho_id.h | 114 void *memory_; variable
|
/external/webp/src/enc/ |
D | picture.c | 54 picture->memory_ = NULL; in WebPPictureResetBufferYUVA() 102 WebPSafeFree(picture->memory_); in WebPPictureAllocYUVA() 130 picture->memory_ = (void*)mem; in WebPPictureAllocYUVA() 170 WebPSafeFree(picture->memory_); in WebPPictureFree()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 166 if (!memory_->GetMemoryAtAddress(location, &ip)) in ScanForReturnAddress() 186 MemoryRegion* memory_; variable
|