HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 251 - 275 of 287) sorted by null

<<1112

  /external/chromium_org/v8/tools/gyp/
v8_base.arm.target.darwin-arm.mk 29 v8/src/allocation.cc \
v8_base.arm.target.linux-arm.mk 29 v8/src/allocation.cc \
v8_base.ia32.target.darwin-x86.mk 29 v8/src/allocation.cc \
v8_base.ia32.target.linux-x86.mk 29 v8/src/allocation.cc \
v8_base.mipsel.target.darwin-mips.mk 29 v8/src/allocation.cc \
v8_base.mipsel.target.linux-mips.mk 29 v8/src/allocation.cc \
  /external/v8/test/mjsunit/tools/
tickprocessor.js 205 ' 0003:00000418 ?in_use_list_@PreallocatedStorage@internal@v8@@0V123@A 00544418 v8_snapshot:allocation.obj',
  /external/valgrind/main/massif/
ms_main.c 65 // The other benchmarks don't do much allocation, and so give similar speeds
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
194 // call tree beneath all the allocation functions like malloc().
323 // custom allocation) there's not much point to having all these alloc
503 // The root of the tree is 'alloc_xpt', which represents all allocation
506 // - user-specified allocation functions (using --alloc-fn);
507 // - custom allocation (MALLOCLIKE) points
554 // allocation points (ie. top-XPts) -- Konqueror starting up has 1800.
590 // Fake XPt representing all allocation functions like malloc(). Acts a
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 7141 struct pmem_allocation allocation; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 6876 struct pmem_allocation allocation; local
    [all...]
omx_vdec_msm8974.cpp 7236 struct pmem_allocation allocation; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 91 // The window_contents_' allocation has been moved off the top left
93 GtkAllocation alloc = widget->allocation;
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 705 const GpuMemoryAllocationForRenderer& allocation);
  /external/chromium_org/v8/src/
heap.cc 297 // Have allocation in OLD and LO failed?
637 // Reset the allocation timeout to the GC interval, but make sure to
639 // for this is that we have a lot of allocation sequences and we
641 // allocation attempts to go through.
795 MaybeObject* allocation; local
797 allocation = new_space()->AllocateRaw(sizes[space]);
799 allocation = paged_space(space)->AllocateRaw(sizes[space]);
802 if (!allocation->To<FreeListNode>(&node)) {
2129 MaybeObject* allocation = heap->new_space()->AllocateRaw(allocation_size); local
    [all...]
spaces.cc 174 return; // Found a large enough allocation block.
178 // Sort and merge the free blocks on the free list and the allocation list.
201 return; // Found a large enough allocation block.
216 // Find an allocation block large enough. This function call may
220 // Commit the requested memory at the start of the current allocation block.
625 "V8 Executable Allocation capacity exceeded"));
    [all...]
  /external/chromium_org/third_party/x86inc/
x86inc.asm 187 ; t# defines for when per-arch register allocation is more complex than just function arguments
  /external/iproute2/doc/
api-ip6-flowlabels.tex 228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 679 ; TODO(cd) do some register allocation change to remove these push/pop
696 ; TODO(cd) do some register allocation change to remove these push/pop
    [all...]
  /bionic/libc/
Android.mk 925 # allocation checking (including memory leaks, buffer overwrites, etc.)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 361 * A pool of empty arrays. Minimizes object allocation for IE6's benefit.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 361 * A pool of empty arrays. Minimizes object allocation for IE6's benefit.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 361 * A pool of empty arrays. Minimizes object allocation for IE6's benefit.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 361 * A pool of empty arrays. Minimizes object allocation for IE6's benefit.
    [all...]

Completed in 678 milliseconds

<<1112