HomeSort by relevance Sort by last modified time
    Searched refs:Memory (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/oprofile/events/x86-64/hammer/
events 54 event:0x65 counters:0,1,2,3 um:memreqtype minimum:500 name:MEMORY_REQUESTS : Memory requests by type
109 # Memory Controler events
111 event:0xe1 counters:0,1,2,3 um:zero minimum:500 name:MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOWS : Memory controller page table overflows
112 event:0xe3 counters:0,1,2,3 um:turnaround minimum:500 name:MEMORY_CONTROLLER_TURNAROUNDS : Memory controller turnarounds
113 event:0xe4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Memory controller bypass saturation
116 event:0xe9 counters:0,1,2,3 um:cpiorequests minimum:500 name:CPU_IO_REQUESTS_TO_MEMORY_IO : CPU/IO requests to memory/IO (RevE)
  /external/llvm/tools/lli/
lli.cpp 44 #include "llvm/Support/Memory.h"
83 // memory manager with IPC to execute using this functionality.
202 // Memory manager for MCJIT
301 // Look in the list of free code memory regions and use a block there if one
310 // Store cutted free memory block.
317 // No pre-allocated free block was large enough. Allocate a new memory region.
318 sys::MemoryBlock MB = sys::Memory::AllocateRWX(NeedAllocate, 0, 0);
325 // The AllocateRWX may allocate much more memory than we need. In this case,
326 // we store the unused memory as a free memory block
    [all...]
  /external/v8/src/
deoptimizer.h 650 return Handle<Object>(Memory::Object_at(addr_));
653 int value = Memory::int32_at(addr_);
662 double value = Memory::double_at(addr_);
store-buffer.cc 477 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
478 ASSERT(Memory::Object_at(map_address)->IsMap());
deoptimizer.cc 619 Memory::Object_at(d.slot_address()) = *num;
    [all...]
liveedit.cc 970 Memory::Address_at(entry) = substitution_entry;
    [all...]
spaces.cc 219 // Commit the requested memory at the start of the current allocation block.
253 delete code_range_; // Frees all memory in the virtual memory range.
297 // TODO(gc) make code_range part of memory allocator?
320 // TODO(gc) make code_range part of memory allocator?
503 // Check executable memory limit.
511 // Allocate executable memory either from code range or from the
519 // Update executable memory size.
527 // Update executable memory size.
642 Memory::Address_at(start + s) = kZapValue
    [all...]
ic.cc 121 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset);
128 fp = Memory::Address_at(fp + StandardFrameConstants::kCallerFPOffset);
595 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset);
597 &Memory::Object_at(fp +
    [all...]
mark-compact.cc 547 PrintF("Estimated over reserved memory: %.1f MB (setting threshold %d)\n",
    [all...]
debug.cc 586 Memory::Object_at(fp + StandardFrameConstants::kContextOffset) =
587 Memory::Object_at(fp + JavaScriptFrameConstants::kFunctionOffset);
589 Memory::Object_at(fp + InternalFrameConstants::kCodeOffset) = *code;
590 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset) =
593 return reinterpret_cast<Object**>(&Memory::Object_at(
    [all...]
  /libcore/luni/src/main/java/java/net/
PlainSocketImpl.java 39 import libcore.io.Memory;
417 Memory.pokeInt(replyBytes, 0, reply.getIP(), ByteOrder.BIG_ENDIAN);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 38 import libcore.io.Memory;
208 return Memory.peekInt(digest, 0, ByteOrder.LITTLE_ENDIAN);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 10 // This file defines malloc/free checker, which checks for potential memory
37 enum Kind { // Reference to allocated memory.
39 // Reference to released/freed memory.
120 /// functions might free the memory.
157 /// Check if this is one of the functions which can allocate/reallocate memory
178 /// Update the RefState to reflect the new memory allocation.
199 ///\brief Check if the memory associated with this symbol was released.
502 // If the first selector is dataWithBytesNoCopy, assume that the memory will
506 // TODO: Check that the memory was allocated with malloc.
676 // Of course, free() can work on memory allocated outside the curren
    [all...]
  /external/oprofile/events/i386/atom/
events 16 event:0x08 counters:0,1 um:data_tlb_misses minimum:6000 name:DATA_TLB_MISSES : Memory accesses that missed the DTLB
54 event:0x6F counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_MEM : Memory bus transactions
unit_masks 14 0x07 dtlb_miss Memory accesses that missed the DTLB
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 111 /// CallEventManager to be able to re-use CallEvent-sized memory blocks,
156 /// Copies this CallEvent, with vtable intact, into a new block of memory.
701 /// \brief Represents the memory allocation call in a C++ new-expression.
857 /// memory blocks. The CallEvents created by CallEventManager are only valid
866 void reclaim(const void *Memory) {
867 Cache.push_back(const_cast<void *>(Memory));
870 /// Returns memory that can be initialized as a CallEvent.
  /external/neven/
Android.mk 38 Embedded/common/src/b_BasicEm/Memory.c \
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 27 import libcore.io.Memory;
    [all...]
ObjectStreamClass.java 35 import libcore.io.Memory;
583 return Memory.peekLong(hash, 0, ByteOrder.LITTLE_ENDIAN);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 739 // Memory Instruction Implementations
756 // Allocate enough memory to hold the type...
757 void *Memory = malloc(MemToAlloc);
761 << uintptr_t(Memory) << '\n');
763 GenericValue Result = PTOGV(Memory);
768 ECStack.back().Allocas.add(Memory);
    [all...]
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 359 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");
  /packages/apps/Settings/src/com/android/settings/
Settings.java 27 import com.android.settings.deviceinfo.Memory;
387 Memory.class.getName().equals(fragmentName) ||
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 168 (* Memory Operators *)
    [all...]

Completed in 780 milliseconds

1 2 34 5