/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 101 InstanceMemEater memEater = InstanceMemEater.allocate(); in triggerInstanceOOM() 104 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 | 88 allocate(l, 1); in run() 99 allocate(l, i); in run() 171 private static void allocate(ArrayList<Object> l, long tag) { in allocate() method in Test905
|
/art/test/543-env-long-ref/src/ |
D | Main.java | 31 public static Main $noinline$allocate(long a) { in $noinline$allocate()
|
/art/test/098-ddmc/src/ |
D | Main.java | 52 allocate(i, 0); in testRecentAllocationTracking() 110 private static void allocate(int i, int depth) { in allocate() method in Main 131 allocate(i, depth + 1); in allocate()
|
/art/test/543-env-long-ref/smali/ |
D | TestCase.smali | 21 invoke-static {v0, v1}, LMain;->$noinline$allocate(J)LMain;
|
/art/compiler/ |
D | compiled_method.cc | 117 CompiledMethod* ret = alloc.allocate(1); in SwapAllocCompiledMethod()
|
/art/runtime/ |
D | monitor_pool.cc | 60 void* chunk = allocator_.allocate(kChunkSize); in AllocateChunk()
|
/art/libartbase/base/ |
D | allocator.h | 133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
|
D | arena_containers.h | 197 pointer allocate(size_type n,
|
D | scoped_arena_containers.h | 183 pointer allocate(size_type n,
|
D | hash_set.h | 660 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 113 pointer allocate(size_type n, JvmtiAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
D | jvmti_weak_table-inl.h | 254 data(reserve > 0 ? allocator.allocate(reserve) : nullptr), 280 Storage* tmp = allocator.allocate(new_capacity);
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleBadCoordinateTests.java | 577 ByteBuffer.allocate(37), in doTest() 626 ByteBuffer.allocate(37), in doTest() 838 ByteBuffer.allocate(16), in doTest() 876 ByteBuffer.allocate(16), in doTest()
|
D | VarHandleTypeConversionTests.java | 244 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest()
|
/art/compiler/utils/ |
D | swap_space.h | 178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray()
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 2640 NearLabel allocate, done; in VisitIntegerValueOf() local 2641 __ j(kAboveEqual, &allocate); in VisitIntegerValueOf() 2650 __ Bind(&allocate); in VisitIntegerValueOf()
|
D | intrinsics_arm_vixl.cc | 2964 vixl32::Label allocate, done; in VisitIntegerValueOf() local 2965 __ B(hs, &allocate, /* is_far_target= */ false); in VisitIntegerValueOf() 2971 __ Bind(&allocate); in VisitIntegerValueOf()
|
D | intrinsics_x86.cc | 2966 NearLabel allocate, done; in VisitIntegerValueOf() local 2967 __ j(kAboveEqual, &allocate); in VisitIntegerValueOf() 2995 __ Bind(&allocate); in VisitIntegerValueOf()
|
D | intrinsics_arm64.cc | 2838 vixl::aarch64::Label allocate, done; in VisitIntegerValueOf() local 2839 __ B(&allocate, hs); in VisitIntegerValueOf() 2847 __ Bind(&allocate); in VisitIntegerValueOf()
|