HomeSort by relevance Sort by last modified time
    Searched defs:memory_ (Results 1 - 17 of 17) sorted by null

  /external/google-breakpad/src/common/mac/
macho_id.h 114 void *memory_; member in class:MacFileUtilities::MachoID
macho_walker.h 94 void *memory_; member in class:MacFileUtilities::MachoWalker
  /external/google-breakpad/src/processor/
postfix_evaluator.h 99 : dictionary_(dictionary), memory_(memory), stack_() {}
168 const MemoryRegion *memory_; member in class:google_breakpad::PostfixEvaluator
  /external/v8/test/unittests/heap/
bitmap-unittest.cc 19 BitmapTest() : memory_(new uint8_t[Bitmap::kSize]) {
20 memset(memory_, 0, Bitmap::kSize);
23 virtual ~BitmapTest() { delete[] memory_; }
25 Bitmap* bitmap() { return reinterpret_cast<Bitmap*>(memory_); }
26 uint8_t* raw_bitmap() { return memory_; }
29 uint8_t* memory_; member in class:__anon24524::BitmapTest
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 166 if (!memory_->GetMemoryAtAddress(location, &ip))
186 MemoryRegion* memory_; member in class:google_breakpad::Stackwalker
minidump.h 256 mutable vector<uint8_t>* memory_; member in class:google_breakpad::MinidumpMemoryRegion
305 MinidumpMemoryRegion* memory_; member in class:google_breakpad::MinidumpThread
    [all...]
  /external/v8/src/regexp/
regexp-stack.h 49 return thread_local_.memory_ + thread_local_.memory_size_;
90 // If memory_size_ > 0 then memory_ must be non-NULL.
91 Address memory_; member in struct:v8::internal::RegExpStack::ThreadLocal
95 memory_ = NULL;
104 return reinterpret_cast<Address>(&thread_local_.memory_);
  /art/compiler/optimizing/
optimizing_cfi_test.cc 127 memory_.resize(size);
128 return memory_.data();
131 const std::vector<uint8_t>& GetMemory() { return memory_; }
134 std::vector<uint8_t> memory_; member in class:art::OptimizingCFITest::InternalCodeAllocator
codegen_test.cc 115 memory_.reset(new uint8_t[size]);
116 return memory_.get();
120 uint8_t* GetMemory() const { return memory_.get(); }
124 std::unique_ptr<uint8_t[]> memory_; member in class:art::InternalCodeAllocator
    [all...]
optimizing_compiler.cc 95 : memory_(arena->Adapter(kArenaAllocCodeBuffer)),
100 memory_.resize(size);
101 return &memory_[0];
105 const ArenaVector<uint8_t>& GetMemory() const { return memory_; }
108 ArenaVector<uint8_t> memory_; member in class:art::FINAL
    [all...]
  /external/libchrome/base/memory/
shared_memory.h 208 void* memory() const { return memory_; }
294 // The mechanism by which the memory is mapped. Only valid if |memory_| is not
304 void* memory_; member in class:base::SharedMemory
  /external/v8/src/base/platform/
platform-posix.cc 264 : file_(file), memory_(memory), size_(size) {}
266 void* memory() const final { return memory_; }
271 void* const memory_; member in class:v8::base::final
315 if (memory_) OS::Free(memory_, size_);
platform-win32.cc 860 memory_(memory),
863 void* memory() const final { return memory_; }
869 void* const memory_; member in class:v8::base::final
914 if (memory_) UnmapViewOfFile(memory_);
    [all...]
  /art/runtime/base/
arena_allocator.h 202 return memory_;
206 return memory_ + size_;
223 return memory_ <= ptr && ptr < memory_ + bytes_allocated_;
228 uint8_t* memory_; member in class:art::Arena
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 333 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
  /external/webp/include/webp/
encode.h 353 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
  /external/webp/src/webp/
encode.h 353 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture

Completed in 392 milliseconds