Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 29) sorted by relevance

12

/art/test/908-gc-start-finish/src/art/
DTest908.java40 allocate(l, 1); in run()
50 allocate(l, i); in run()
63 private static void allocate(ArrayList<Object> l, long tag) { in allocate() method in Test908
/art/test/080-oom-throw/src/
DMain.java42 static InstanceMemEater allocate() { in allocate() method in Main.InstanceMemEater
109 InstanceMemEater memEater = InstanceMemEater.allocate(); in triggerInstanceOOM()
112 lastMemEater.next = InstanceMemEater.allocate(); in triggerInstanceOOM()
/art/test/080-oom-fragmentation/
Dinfo.txt1 Test that the allocator can go from a full heap to an empty one and is able to allocate a large
/art/test/905-object-free/src/art/
DTest905.java96 allocate(l, 1); in run()
107 allocate(l, i); in run()
186 private static void allocate(ArrayList<Object> l, long tag) { in allocate() method in Test905
/art/test/543-env-long-ref/src/
DMain.java28 public static Main $noinline$allocate(long a) { in $noinline$allocate()
/art/test/543-env-long-ref/smali/
DTestCase.smali21 invoke-static {v0, v1}, LMain;->$noinline$allocate(J)LMain;
/art/dex2oat/driver/
Dcompiled_method.cc81 CompiledMethod* ret = alloc.allocate(1); in SwapAllocCompiledMethod()
Dcompiled_method_storage.cc40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray()
/art/libartbase/base/
Dallocator.h126 T* allocate(size_t n) { in allocate() function
Darena_containers.h201 pointer allocate(size_type n,
Dscoped_arena_containers.h187 pointer allocate(size_type n,
Dhash_set.h745 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()
/art/runtime/base/
Dgc_visited_arena_pool.h314 T* allocate(size_t n) { in allocate() function
316 return tracking_alloc_.allocate(n); in allocate()
/art/runtime/
Dmonitor_pool.cc60 void* chunk = allocator_.allocate(kChunkSize); in AllocateChunk()
Dnative_gc_triggering.md4 Android applications and libraries commonly allocate "native" (i.e. C++) objects that are
33 expression would cause the Google Calculator app to allocate sufficiently large native arrays of
/art/test/712-varhandle-invocations/src/
DVarHandleBadCoordinateTests.java584 ByteBuffer.allocate(37), in doTest()
618 ByteBuffer.allocate(37), in doTest()
830 ByteBuffer.allocate(16), in doTest()
868 ByteBuffer.allocate(16), in doTest()
DVarHandleArrayTests.java226 final ByteBuffer heapBuffer = ByteBuffer.allocate(32); in testByteBufferVarHandle()
DVarHandleTypeConversionTests.java292 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest()
/art/openjdkjvmti/
Djvmti_allocator.h113 pointer allocate(size_type n, [[maybe_unused]] JvmtiAllocator<void>::pointer hint = nullptr) {
Djvmti_weak_table-inl.h256 data(reserve > 0 ? allocator.allocate(reserve) : nullptr),
282 Storage* tmp = allocator.allocate(new_capacity);
/art/libartbase/base/metrics/
DREADME.md47 observed ranges and try to rescale the buckets or allocate new buckets, but
/art/dex2oat/utils/
Dswap_space.h179 pointer allocate(size_type n, [[maybe_unused]] SwapAllocator<void>::pointer hint = nullptr) {
/art/libartservice/service/java/com/android/server/art/
DArtShellCommand.java778 ByteBuffer buffer = ByteBuffer.allocate(128 /* capacity */); in handleRunPrDexoptJob()
/art/compiler/optimizing/
Dintrinsics_x86.cc3448 NearLabel allocate, done; in BOXED_TYPES() local
3449 __ j(kAboveEqual, &allocate); in BOXED_TYPES()
3477 __ Bind(&allocate); in BOXED_TYPES()
Dintrinsics_x86_64.cc3267 NearLabel allocate, done; in HandleValueOf() local
3268 __ j(kAboveEqual, &allocate); in HandleValueOf()
3277 __ Bind(&allocate); in HandleValueOf()

12