HomeSort by relevance Sort by last modified time
    Searched defs:memory_ (Results 1 - 19 of 19) 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/libchrome/base/memory/
shared_memory_mapping.h 40 bool IsValid() const { return memory_ != nullptr; }
69 void* raw_memory_ptr() const { return memory_; }
76 void* memory_ = nullptr; member in class:base::SharedMemoryMapping
shared_memory.h 185 void* memory() const { return memory_; }
235 // The mechanism by which the memory is mapped. Only valid if |memory_| is not
244 void* memory_ = nullptr; member in class:base::SharedMemory
  /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...]
  /art/compiler/optimizing/
optimizing_cfi_test.cc 132 memory_.resize(size);
133 return memory_.data();
136 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); }
139 std::vector<uint8_t> memory_; member in class:art::OptimizingCFITest::InternalCodeAllocator
codegen_test_utils.h 181 memory_.reset(new uint8_t[size]);
182 return memory_.get();
187 return ArrayRef<const uint8_t>(memory_.get(), size_);
192 std::unique_ptr<uint8_t[]> memory_; member in class:art::InternalCodeAllocator
optimizing_compiler.cc 81 : memory_(allocator->Adapter(kArenaAllocCodeBuffer)) {}
84 memory_.resize(size);
85 return &memory_[0];
88 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); }
89 uint8_t* GetData() { return memory_.data(); }
92 ArenaVector<uint8_t> memory_; member in class:art::final
    [all...]
  /external/v8/src/regexp/
regexp-stack.h 49 return reinterpret_cast<Address>(thread_local_.memory_) +
92 // If memory_size_ > 0 then memory_ must be non-nullptr.
93 byte* memory_; member in struct:v8::internal::RegExpStack::ThreadLocal
97 memory_ = nullptr;
106 return reinterpret_cast<Address>(&thread_local_.memory_);
  /external/tensorflow/tensorflow/core/util/
stats_calculator.h 154 void UpdateMemoryUsed(int64_t memory) { memory_.UpdateStat(memory); }
182 Stat<int64_t> memory_; member in class:tensorflow::StatsCalculator
  /art/libartbase/base/
arena_allocator.h 186 return memory_;
190 return memory_ + size_;
207 return memory_ <= ptr && ptr < memory_ + bytes_allocated_;
212 uint8_t* memory_; member in class:art::Arena
  /external/v8/src/base/platform/
platform-posix.cc 432 : file_(file), memory_(memory), size_(size) {}
434 void* memory() const final { return memory_; }
439 void* const memory_; member in class:v8::base::final
483 if (memory_) CHECK(OS::Free(memory_, size_));
platform-win32.cc 928 memory_(memory),
931 void* memory() const final { return memory_; }
937 void* const memory_; member in class:v8::base::final
983 if (memory_) UnmapViewOfFile(memory_);
    [all...]
  /external/webp/include/webp/
encode.h 354 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
  /external/webp/src/webp/
encode.h 354 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
  /external/libchrome/base/debug/
activity_tracker.h 550 mutable char* memory_; variable
    [all...]
  /external/v8/src/wasm/
module-compiler.cc 244 MaybeHandle<JSArrayBuffer> memory_; member in class:v8::internal::wasm::__anon48786::InstanceBuilder
    [all...]

Completed in 2699 milliseconds