/art/test/908-gc-start-finish/src/art/ |
D | Test908.java | 40 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/ |
D | Main.java | 42 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/ |
D | info.txt | 1 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/ |
D | Test905.java | 96 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/ |
D | Main.java | 28 public static Main $noinline$allocate(long a) { in $noinline$allocate()
|
/art/test/543-env-long-ref/smali/ |
D | TestCase.smali | 21 invoke-static {v0, v1}, LMain;->$noinline$allocate(J)LMain;
|
/art/dex2oat/driver/ |
D | compiled_method.cc | 81 CompiledMethod* ret = alloc.allocate(1); in SwapAllocCompiledMethod()
|
D | compiled_method_storage.cc | 40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray()
|
/art/libartbase/base/ |
D | allocator.h | 126 T* allocate(size_t n) { in allocate() function
|
D | arena_containers.h | 201 pointer allocate(size_type n,
|
D | scoped_arena_containers.h | 187 pointer allocate(size_type n,
|
D | hash_set.h | 745 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()
|
/art/runtime/base/ |
D | gc_visited_arena_pool.h | 314 T* allocate(size_t n) { in allocate() function 316 return tracking_alloc_.allocate(n); in allocate()
|
/art/runtime/ |
D | monitor_pool.cc | 60 void* chunk = allocator_.allocate(kChunkSize); in AllocateChunk()
|
D | native_gc_triggering.md | 4 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/ |
D | VarHandleBadCoordinateTests.java | 584 ByteBuffer.allocate(37), in doTest() 618 ByteBuffer.allocate(37), in doTest() 830 ByteBuffer.allocate(16), in doTest() 868 ByteBuffer.allocate(16), in doTest()
|
D | VarHandleArrayTests.java | 226 final ByteBuffer heapBuffer = ByteBuffer.allocate(32); in testByteBufferVarHandle()
|
D | VarHandleTypeConversionTests.java | 292 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest()
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 113 pointer allocate(size_type n, [[maybe_unused]] JvmtiAllocator<void>::pointer hint = nullptr) {
|
D | jvmti_weak_table-inl.h | 256 data(reserve > 0 ? allocator.allocate(reserve) : nullptr), 282 Storage* tmp = allocator.allocate(new_capacity);
|
/art/libartbase/base/metrics/ |
D | README.md | 47 observed ranges and try to rescale the buckets or allocate new buckets, but
|
/art/dex2oat/utils/ |
D | swap_space.h | 179 pointer allocate(size_type n, [[maybe_unused]] SwapAllocator<void>::pointer hint = nullptr) {
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtShellCommand.java | 778 ByteBuffer buffer = ByteBuffer.allocate(128 /* capacity */); in handleRunPrDexoptJob()
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 3448 NearLabel allocate, done; in BOXED_TYPES() local 3449 __ j(kAboveEqual, &allocate); in BOXED_TYPES() 3477 __ Bind(&allocate); in BOXED_TYPES()
|
D | intrinsics_x86_64.cc | 3267 NearLabel allocate, done; in HandleValueOf() local 3268 __ j(kAboveEqual, &allocate); in HandleValueOf() 3277 __ Bind(&allocate); in HandleValueOf()
|