HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 126 - 150 of 204) sorted by null

1 2 3 4 56 7 8 9

  /external/neven/
Android.mk 38 Embedded/common/src/b_BasicEm/Memory.c \
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffer.java 22 import libcore.io.Memory;
70 Memory.memmove(this, 0, this, position, remaining());
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 27 import libcore.io.Memory;
    [all...]
ObjectStreamClass.java 35 import libcore.io.Memory;
603 return Memory.peekLong(hash, 0, ByteOrder.LITTLE_ENDIAN);
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 5 #include "base/memory/discardable_memory_ashmem_allocator.h"
21 #include "base/memory/scoped_vector.h"
82 DPLOG(ERROR) << "Failed to map memory.";
93 DPLOG(ERROR) << "Failed to unmap memory.";
107 DLOG(ERROR) << "Failed to unpin memory.";
162 scoped_ptr<DiscardableAshmemChunk> memory = ReuseFreeChunk_Locked( local
164 if (memory)
165 return memory.Pass();
173 memory.reset(
182 return memory.Pass()
    [all...]
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 98 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 80 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 191 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 94 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/chromium_org/v8/src/mips64/
deoptimizer-mips64.cc 93 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 100 input_->SetFrameSlot(i, Memory::uintptr_at(tos + i));
  /external/clang/lib/Driver/
SanitizerArgs.cpp 19 #include <memory>
143 // Parse -f[no-]sanitize-memory-track-origins[=level] options.
191 CmdArgs.push_back(Args.MakeArgString("-fsanitize-memory-track-origins=" +
246 filterUnsupportedMask(TC, Kinds, Thread | Memory | DataFlow, Args, A,
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 370 TEST(PassManager, Memory) {
  /external/oprofile/events/i386/westmere/
unit_masks 197 0x02 mem_order Execution pipeline restart due to Memory ordering conflicts
202 0x10 latency_above_threshold_0 Memory instructions retired above 0 clocks (Precise Event) (MSR_INDEX: 0x03F6 MSR_VALUE: 0x0000)
  /frameworks/native/libs/binder/
IMemory.cpp 203 IMPLEMENT_META_INTERFACE(Memory, "android.utils.IMemory");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 409 PVOID Memory
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 110 /// CallEventManager to be able to re-use CallEvent-sized memory blocks,
154 /// Copies this CallEvent, with vtable intact, into a new block of memory.
737 /// \brief Represents the memory allocation call in a C++ new-expression.
894 /// memory blocks. The CallEvents created by CallEventManager are only valid
904 void reclaim(const void *Memory) {
905 Cache.push_back(const_cast<void *>(Memory));
908 /// Returns memory that can be initialized as a CallEvent.
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 14 0x07 dtlb_miss Memory accesses that missed the DTLB
  /external/chromium_org/v8/src/
deoptimizer.cc     [all...]
  /external/chromium_org/v8/src/x87/
deoptimizer-x87.cc 191 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
  /external/clang/lib/CodeGen/
BackendUtil.cpp 41 #include <memory>
274 if (LangOpts.Sanitize.Memory) {
CGDeclCXX.cpp 253 if (CGM.getLangOpts().Sanitize.Memory)
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 35 * Memory limit for images data in bytes.
43 * Minimal amount of memory freed per eviction. Used to limit number of
image_loader_client.js 207 * Client class. It has memory constraints, so it will never
208 * exceed specified memory limit defined in MEMORY_LIMIT.
218 * Memory limit for images data in bytes.

Completed in 1291 milliseconds

1 2 3 4 56 7 8 9