Searched defs:allocation (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } argument
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h74 void* allocation = fPipelineBuffer.alloc(sizeof(State), SkChunkAlloc::kThrow_AllocFailType); local
75 return SkNEW_PLACEMENT_ARGS(allocation, State, (primProc));
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp255 error.SetErrorString("Couldn't malloc: invalid allocation policy");
364 error.SetErrorString("Couldn't leak: allocation doesn't exist");
368 Allocation &allocation = iter->second; local
370 allocation.m_leak = true;
383 error.SetErrorString("Couldn't free: allocation doesn't exist");
387 Allocation &allocation = iter->second; local
389 switch (allocation.m_policy)
398 process_sp->DeallocateMemory(allocation.m_process_alloc); // FindSpace allocated this for real
408 process_sp->DeallocateMemory(allocation.m_process_alloc);
441 error.SetErrorString("Couldn't write: no allocation contain
445 Allocation &allocation = iter->second; local
575 Allocation &allocation = iter->second; local
706 Allocation &allocation = iter->second; local
[all...]
H A DIRExecutionUnit.cpp91 IRExecutionUnit::FreeNow (lldb::addr_t allocation) argument
93 if (allocation == LLDB_INVALID_ADDRESS)
98 Free(allocation, err);
/external/v8/test/cctest/
H A Dtest-spaces.cc415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); local
416 if (allocation.IsRetry()) break;
H A Dtest-mark-compact.cc143 AllocationResult allocation; local
145 allocation = heap->AllocateFixedArray(arraysize);
146 } while (!allocation.IsRetry());
152 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
153 } while (!allocation.IsRetry());
H A Dtest-heap.cc763 // We just initialized the VM, no heap allocation failure yet.
985 // Increase the chance of 'bump-the-pointer' allocation in old space.
2684 // Test regular array literals allocation.
3583 v8::internal::AllocationResult allocation = local
3586 v8::internal::FreeListNode::cast(allocation.ToObjectChecked());
3645 AllocationResult allocation = CcTest::heap()->new_space()->AllocateRaw( local
3647 CHECK(allocation.To(&obj));
3833 // Warm-up with inline allocation enabled.
3836 // Run test with inline allocation disabled.
3840 // Run test with inline allocation r
[all...]
/external/v8/src/heap/
H A Dheap-inl.h97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
98 if (!allocation.To(&result)) return allocation;
129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
130 if (!allocation.To(&result)) return allocation;
181 AllocationResult allocation; local
183 allocation = new_space_.AllocateRaw(size_in_bytes);
184 if (always_allocate() && allocation.IsRetry() && retry_space != NEW_SPACE) {
187 if (allocation
[all...]
H A Dheap.cc257 // Have allocation in OLD and LO failed?
501 // If the scratchpad overflowed, we have to iterate over the allocation
503 // TODO(hpayer): We iterate over the whole list of allocation sites when
505 // allocation sites. We could hold the maybe tenured allocation sites
558 "GC: (mode, #visited allocation sites, #active allocation sites, "
570 // TODO(hpayer): If iterating over the allocation sites list becomes a
572 // allocation sites scratchpad).
595 // Process pretenuring feedback and update allocation site
929 AllocationResult allocation; local
1960 AllocationResult allocation = local
1999 AllocationResult allocation; local
2269 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); local
2294 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); local
2328 AllocationResult allocation = AllocateRaw(size, space, space); local
2370 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); local
2397 AllocationResult allocation = AllocateEmptyFixedArray(); local
2403 AllocationResult allocation = Allocate(null_map(), OLD_POINTER_SPACE); local
2410 AllocationResult allocation = Allocate(undefined_map(), OLD_POINTER_SPACE); local
2422 AllocationResult allocation = AllocateEmptyFixedArray(); local
2429 AllocationResult allocation = AllocateEmptyConstantPoolArray(); local
2510 AllocationResult allocation = AllocateMap(entry.type, entry.size); local
2630 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
2647 AllocationResult allocation = AllocateRaw(size, CELL_SPACE, CELL_SPACE); local
2661 AllocationResult allocation = local
3191 AllocationResult allocation = Allocate(foreign_map(), space); local
3206 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3365 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3411 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3428 AllocationResult allocation = local
3461 AllocationResult allocation; local
3501 AllocationResult allocation = local
3510 AllocationResult allocation = CopyConstantPoolArray(code->constant_pool()); local
3526 AllocationResult allocation = local
3582 AllocationResult allocation = AllocateRaw(size, space, retry_space); local
3644 AllocationResult allocation = AllocateFixedArray(prop_size, pretenure); local
3655 AllocationResult allocation = Allocate(map, space, allocation_site); local
3672 AllocationResult allocation = AllocateJSObjectFromMap( local
3701 AllocationResult allocation = local
3716 AllocationResult allocation = local
3740 AllocationResult allocation; local
3756 AllocationResult allocation = CopyFixedArray(properties); local
3834 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3876 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3900 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
3917 AllocationResult allocation = local
3942 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); local
3972 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); local
3998 AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED); local
4017 AllocationResult allocation = local
4023 AllocationResult allocation = AllocateConstantPoolArray(small); local
4056 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); local
4078 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); local
4093 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure); local
4115 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local
4134 AllocationResult allocation = AllocateRaw(size, space, OLD_POINTER_SPACE); local
4160 AllocationResult allocation = AllocateRaw(size, space, OLD_POINTER_SPACE); local
4178 AllocationResult allocation = local
4193 AllocationResult allocation = local
4235 AllocationResult allocation = Allocate(map, space); local
[all...]
H A Dmark-compact.cc1986 AllocationResult allocation = new_space->AllocateRaw(size); local
1987 if (allocation.IsRetry()) {
1994 allocation = new_space->AllocateRaw(size);
1995 DCHECK(!allocation.IsRetry());
1997 Object* target = allocation.ToObjectChecked();
2478 // Iterate over allocation sites, removing dependent code that is not
3077 AllocationResult allocation = target_space->AllocateRaw(object_size); local
3078 if (allocation.To(&target)) {
3089 // There are soft limits in the allocation code, designed trigger a mark
3091 // a mark-sweep allocation, ther
3145 AllocationResult allocation = space->AllocateRaw(size); local
[all...]
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp663 // Don't allow allocation of fewer elements than we have initializers.
685 // allocation fails.
882 // We know this can't overflow; we check this when doing the allocation.
1047 /// to a replaceable global allocation function.
1074 // Find the allocation or deallocation function that we're calling.
1242 // 1. Build a call to the allocation function.
1249 // The allocation size is the first argument.
1267 // We start at 1 here because the first argument (the allocation size)
1273 // Emit the allocation call. If the allocator is a global placement
1285 // Emit a null check on the allocation resul
1295 llvm::Value *allocation = RV.getScalarVal(); local
[all...]
/external/v8/src/
H A Dparser.cc3790 CallRuntime* allocation = factory()->NewCallRuntime( local
3797 Token::INIT_VAR, init_proxy, allocation, RelocInfo::kNoPosition);
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc2860 // Use the fast case closure allocation code that allocates in new
3816 Label* allocation_entry() { return &allocation; }
3819 Label allocation; member in class:v8::internal::DeferredMathAbsTagged
4585 // Slow case: call the runtime system to do the number allocation.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 553 milliseconds