HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 51 - 75 of 537) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12133.go 8 // because we did not keep track of its allocation correctly.
issue15747b.go 9 // to point to an actual allocation. The liveness analysis will detect
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12133.go 8 // because we did not keep track of its allocation correctly.
issue15747b.go 9 // to point to an actual allocation. The liveness analysis will detect
issue7316.go 9 // of the sources of etype mismatch during register allocation in 8g.
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 24 import android.renderscript.Allocation;
31 * Abstract the information necessary to create new {@link Allocation allocations} with
38 * to {@link Allocation#USAGE_IO_SCRIPT}.</p>
54 * from an existing {@link Allocation}.
56 * @param allocation {@link Allocation}
60 * @throws NullPointerException if allocation was {@code null}.
62 public static AllocationInfo newInstance(Allocation allocation) {
63 checkNotNull("allocation", allocation)
    [all...]
  /external/valgrind/memcheck/tests/
origin2-not-quite.stderr.exp 6 Uninitialised value was created by a heap allocation
16 Uninitialised value was created by a heap allocation
26 Uninitialised value was created by a stack allocation
origin3-no.stderr.exp 6 Uninitialised value was created by a heap allocation
16 Uninitialised value was created by a stack allocation
24 Uninitialised value was created by a heap allocation
34 Uninitialised value was created by a heap allocation
44 Uninitialised value was created by a heap allocation
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 55 // allocation, and self-deletes when its lifetime timer expires.
75 // allocation, and self-deletes when its lifetime timer expires.
208 // This is a channel message; let the allocation handle it.
209 TurnServerAllocation* allocation = FindAllocation(&conn); local
210 if (allocation) {
211 allocation->HandleChannelData(data, size);
241 // existing allocation, the key will already be cached.
242 TurnServerAllocation* allocation = FindAllocation(conn); local
244 if (!allocation) {
247 key = allocation->key()
335 TurnServerAllocation* allocation = FindAllocation(conn); local
445 TurnServerAllocation* allocation = new TurnServerAllocation(this, local
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 68 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) {
72 return rs_to_hidl<Allocation>(_subAlloc);
75 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) {
82 Return<Type> Context::allocationGetType(Allocation allocation) {
83 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation);
88 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) {
94 return rs_to_hidl<Allocation>(_allocation);
97 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint (…)
    [all...]
  /external/v8/src/heap/
heap.cc 503 // We have not validated the allocation site yet, since we have not
564 // Step 1: Digest feedback for recorded allocation sites.
572 // allocation sites might have been reset due to too many objects dying
589 // Step 2: Deopt maybe tenured allocation sites if necessary.
625 // TODO(hpayer): If iterating over the allocation sites list becomes a
1169 AllocationResult allocation = map_space()->AllocateRawUnaligned( local
1190 AllocationResult allocation; local
2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); local
2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); local
2167 AllocationResult allocation = AllocateRaw(size, space, align); local
2225 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); local
2252 AllocationResult allocation = AllocateEmptyFixedArray(); local
2258 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); local
2265 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); local
2272 AllocationResult allocation = Allocate(the_hole_map(), OLD_SPACE); local
2283 AllocationResult allocation = AllocateEmptyFixedArray(); local
2347 AllocationResult allocation = AllocateMap(entry.type, entry.size); local
2359 AllocationResult allocation = local
2433 AllocationResult allocation = AllocateEmptyScopeInfo(); local
2439 AllocationResult allocation = Allocate(boolean_map(), OLD_SPACE); local
2446 AllocationResult allocation = Allocate(boolean_map(), OLD_SPACE); local
2485 AllocationResult allocation = AllocateRaw(size, space, kDoubleUnaligned); local
2500 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
2513 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
2531 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
2545 AllocationResult allocation = AllocateRawFixedArray(capacity, TENURED); local
2569 AllocationResult allocation = AllocateStruct(INTERCEPTOR_INFO_TYPE); local
3042 AllocationResult allocation = Allocate(foreign_map(), space); local
3057 AllocationResult allocation = AllocateRaw(size, space); local
3081 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
3320 AllocationResult allocation = AllocateRaw(size, space); local
3364 AllocationResult allocation = AllocateRaw( local
3383 AllocationResult allocation = AllocateRaw(object_size, CODE_SPACE); local
3423 AllocationResult allocation; local
3455 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
3494 AllocationResult allocation = AllocateRaw(size, space); local
3565 AllocationResult allocation = Allocate(map, space, allocation_site); local
3583 AllocationResult allocation = AllocateJSObjectFromMap( local
3614 AllocationResult allocation = AllocateRaw(adjusted_object_size, NEW_SPACE); local
3636 AllocationResult allocation; local
3652 AllocationResult allocation = CopyFixedArray(properties); local
3729 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
3771 AllocationResult allocation = AllocateRaw(size, space); local
3795 AllocationResult allocation = AllocateRaw(size, space); local
3812 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
3825 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
3842 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); local
3875 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); local
3899 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); local
3918 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); local
3946 AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED); local
3986 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); local
4008 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); local
4023 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure); local
4042 AllocationResult allocation = AllocateRaw(size, space, kDoubleAligned); local
4055 AllocationResult allocation = AllocateRaw(Symbol::kSize, OLD_SPACE); local
4089 AllocationResult allocation = Allocate(map, OLD_SPACE); local
    [all...]
heap-inl.h 237 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
238 if (!allocation.To(&result)) return allocation;
269 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); local
270 if (!allocation.To(&result)) return allocation;
316 AllocationResult allocation; local
321 allocation = new_space_->AllocateRaw(size_in_bytes, alignment);
322 if (allocation.To(&object)) {
325 return allocation;
    [all...]
  /bionic/libc/bionic/
pthread_create.cpp 60 void* allocation = mmap(nullptr, allocation_size, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
61 if (allocation == MAP_FAILED) {
67 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, allocation, allocation_size, "bionic TLS guard");
70 thread->bionic_tls = reinterpret_cast<bionic_tls*>(static_cast<char*>(allocation) + PAGE_SIZE);
74 munmap(allocation, allocation_size);
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 21 * \brief Memory allocation callback utilities.
130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr) function in class:vk::AllocationCallbackRecord
135 record.data.allocation.size = size;
136 record.data.allocation.alignment = alignment;
137 record.data.allocation.scope = scope;
138 record.data.allocation.returnedPtr = returnedPtr;
243 m_records.append(AllocationCallbackRecord::allocation(size, alignment, allocationScope, ptr));
350 return record.data.allocation.alignment;
377 const VkSystemAllocationScope* const scopePtr = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? &record.data.allocation.scope
395 // Validate actual allocation behavio
    [all...]
  /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);
83 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
84 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum)
104 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); local
    [all...]
  /external/valgrind/massif/tests/
ignoring.post.exp 40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
87 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
117 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
132 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
147 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
163 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
183 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
peak2.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 39 // Function with big stack allocation.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeExtensionController.java 97 public FakeExtension(Object allocation) {
98 mAllocation = allocation;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 41 * Create an Element, a Type and an Allocation of that type, and verify the
55 // Allocation create test
56 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, local
60 ASSERT_NE(Allocation(0), allocation);
62 // Allocation type test
63 Type type2 = context->allocationGetType(allocation);
104 * Create a Allocation, and verified allocationGetPointer and allocationResize1D
120 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE local
    [all...]
  /prebuilts/go/darwin-x86/src/os/
str.go 19 if val == 0 { // avoid string allocation
  /prebuilts/go/linux-x86/src/os/
str.go 19 if val == 0 { // avoid string allocation
  /system/core/libmemunreachable/
HeapWalker.h 67 bool Allocation(uintptr_t begin, uintptr_t end);
125 HeapWalker::AllocationInfo& allocation = it.second; local
126 f(range, allocation);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBufferObjectUtil.hpp 51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
54 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
61 de::MovePtr<vk::Allocation> m_allocation;

Completed in 1019 milliseconds

1 23 4 5 6 7 8 91011>>