HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/wtf/
BitVector.cpp 83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); local
84 OutOfLineBits* result = new (NotNull, allocation) OutOfLineBits(numBits);
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
43 // Test adding a new property after allocation was inlined.
49 // Test changing the prototype after allocation was inlined.
85 // Test inlined allocation while slack tracking is still in progress.
dead-loops.js 69 new Object(); // Have to prove the allocation doesn't escape.
75 var x = {}; // Have to prove the allocation doesn't escape.
alloc-number-debug.js 30 // Try to get a GC because of a heap number allocation while we
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3138.js 17 with ({}); // Force context allocation of both variable and function name.
regress-x87.js 30 // Regression for register allocation.
  /external/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 39 // Function with big stack allocation.
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 62 void OnMemoryAllocationChanged(const gpu::MemoryAllocation& allocation);
context_provider_command_buffer.cc 179 const gpu::MemoryAllocation& allocation) {
185 memory_policy_changed_callback_.Run(cc::ManagedMemoryPolicy(allocation));
  /external/chromium_org/components/web_cache/browser/
web_cache_manager.cc 90 // Revise our allocation strategy to account for this new renderer.
118 // it is given a fair cache allocation, but we defer this for a bit in
223 NOTREACHED() << "Unknown cache allocation tactic";
265 // We succeeded in computing an allocation strategy.
292 // Record the allocation in our strategy.
293 strategy->push_back(Allocation(*iter, cache_size));
299 // Inform each render process of its cache allocation.
300 AllocationStrategy::const_iterator allocation = strategy.begin(); local
301 while (allocation != strategy.end()) {
303 content::RenderProcessHost::FromID(allocation->first)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
heapProfiler.css 199 .heap-allocation-stack .stack-frame {
206 .heap-allocation-stack .stack-frame a {
210 .no-heap-allocation-stack {
  /external/chromium_org/v8/test/mjsunit/
allocation-folding.js 49 // Test allocation folding of doubles.
65 // Test allocation folding of doubles into non-doubles.
81 // Test allocation folding over a branch.
binary-op-newspace.js 31 // allocation still works.
47 // allocation still works.
allocation-site-info.js 109 // Case: [1,2,3] as allocation site
119 // don't have allocation site information attached.
178 // Case: new Array() as allocation site, smi->double
192 // Case: new Array() as allocation site, smi->fast
206 // Case: new Array(length) as allocation site
228 // Case: new Array(<length>) as allocation site, smi->fast
356 // Case: make sure nested arrays benefit from allocation site feedback as
393 // allocation failure at an inconvenient point. Allocation mementos get
399 // that allocation mementos provide
    [all...]
fast-literal.js 28 // Flags: --allow-natives-syntax --no-inline-new --nouse-allocation-folding
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 19 import android.renderscript.Allocation;
42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
64 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
65 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
80 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
81 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum)
98 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); local
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 199 # Check if the field can be implemented with static allocation
219 self.allocation = 'STATIC'
221 self.allocation = 'POINTER'
223 self.allocation = 'CALLBACK'
239 if self.allocation == 'STATIC':
245 if self.allocation == 'STATIC':
248 elif self.allocation == 'POINTER':
262 if self.allocation == 'POINTER':
274 elif self.allocation == 'CALLBACK':
277 if self.rules == 'OPTIONAL' and self.allocation == 'STATIC'
    [all...]
  /external/nanopb-c/
pb.h 175 /**** Field allocation types ****/
350 /* Memory allocation functions to use. You can define pb_realloc and
471 * - Allocation: STATIC or CALLBACK
478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \
479 PB_ ## rules ## _ ## allocation(tag, message, field, \
490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \
491 PB_ ## rules ## _ ## allocation(tag, message, field, \
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
bitrate_controller_impl.cc 358 uint32_t allocation = std::min(remainder, it->second->min_bitrate_); local
359 it->first->OnNetworkChanged(allocation, fraction_loss, rtt);
360 remainder -= allocation;
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 48 MemoryAllocation allocation; member in struct:content::ClientAssignmentCollector::ClientMemoryStat
60 const MemoryAllocation& allocation) {
62 client_memory_stats_for_last_manage_[client].allocation = allocation;
208 // Expect memory allocation to set suggest_have_frontbuffer/backbuffer
210 // Expect memory allocation to be shared according to share groups for stubs
238 // Expect memory allocation to set suggest_have_frontbuffer/backbuffer
240 // Expect memory allocation to be shared according to share groups for stubs
360 // Expect memory allocation of the stubs without surface to share memory
361 // allocation with the most visible stub in share group
    [all...]
  /external/chromium_org/tools/traceline/traceline/scripts/
heap.js 55 // Find the largest allocation.
  /external/chromium_org/v8/test/webkit/
dfg-array-dead.js 25 "Tests that an array being dead does not result in register allocation failures."
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."

Completed in 4222 milliseconds

12 3 4 5 6