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

1 2 34 5 6 7 8

  /external/chromium_org/v8/test/webkit/
dfg-array-length-dead.js 25 "Tests that an array length access being dead does not result in register allocation failures."
new-array-double-with-holes.js 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
  /external/valgrind/main/massif/tests/
long-names.post.exp 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
new-cpp.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
overloaded-new.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
insig.post.exp 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
big-alloc.post.exp 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-A.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-B.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-C.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-D.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
holey_buffer_too_small.stderr.exp 9 Uninitialised value was created by a heap allocation
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 142 AllocationResult allocation; local
144 allocation = heap->AllocateFixedArray(ARRAY_SIZE);
145 } while (!allocation.IsRetry());
151 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
152 } while (!allocation.IsRetry());
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 160 void OnSetMemoryAllocation(const gpu::MemoryAllocation& allocation);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 120 class Allocation;
123 typedef std::map<Connection, Allocation*> AllocationMap;
147 Allocation* FindAllocation(Connection* conn);
148 Allocation* CreateAllocation(Connection* conn, int proto,
161 void OnAllocationDestroyed(Allocation* allocation);
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 107 void FreeNow(lldb::addr_t allocation);
446 /// @brief Enacpsulates a single allocation request made by the JIT.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2336.js 31 // GC epilogue and causes enough allocation to trigger a new GC during
regress-clobbered-fp-regs.js 53 // This will trap on allocation site in TransitionElementsKindStub.
regress-create-exception.js 44 // allocation settling into a too neat pattern.
regress-json-stringify-gc.js 35 // At some point during the first stringify, allocation causes a GC and

Completed in 572 milliseconds

1 2 34 5 6 7 8