Home
last modified time | relevance | path

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

/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
101 InstanceMemEater memEater = InstanceMemEater.allocate(); in triggerInstanceOOM()
104 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.java88 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/
DMain.java31 public static Main $noinline$allocate(long a) { in $noinline$allocate()
/art/test/098-ddmc/src/
DMain.java52 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/
DTestCase.smali21 invoke-static {v0, v1}, LMain;->$noinline$allocate(J)LMain;
/art/compiler/
Dcompiled_method.cc117 CompiledMethod* ret = alloc.allocate(1); in SwapAllocCompiledMethod()
/art/runtime/
Dmonitor_pool.cc60 void* chunk = allocator_.allocate(kChunkSize); in AllocateChunk()
/art/libartbase/base/
Dallocator.h133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
Darena_containers.h197 pointer allocate(size_type n,
Dscoped_arena_containers.h183 pointer allocate(size_type n,
Dhash_set.h660 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()
/art/openjdkjvmti/
Djvmti_allocator.h113 pointer allocate(size_type n, JvmtiAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
Djvmti_weak_table-inl.h254 data(reserve > 0 ? allocator.allocate(reserve) : nullptr),
280 Storage* tmp = allocator.allocate(new_capacity);
/art/test/712-varhandle-invocations/src/
DVarHandleBadCoordinateTests.java577 ByteBuffer.allocate(37), in doTest()
626 ByteBuffer.allocate(37), in doTest()
838 ByteBuffer.allocate(16), in doTest()
876 ByteBuffer.allocate(16), in doTest()
DVarHandleTypeConversionTests.java244 ByteBuffer bb = ByteBuffer.allocate(2 * Float.SIZE); in doTest()
/art/compiler/utils/
Dswap_space.h178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
/art/compiler/driver/
Dcompiled_method_storage.cc40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray()
/art/compiler/optimizing/
Dintrinsics_x86_64.cc2640 NearLabel allocate, done; in VisitIntegerValueOf() local
2641 __ j(kAboveEqual, &allocate); in VisitIntegerValueOf()
2650 __ Bind(&allocate); in VisitIntegerValueOf()
Dintrinsics_arm_vixl.cc2964 vixl32::Label allocate, done; in VisitIntegerValueOf() local
2965 __ B(hs, &allocate, /* is_far_target= */ false); in VisitIntegerValueOf()
2971 __ Bind(&allocate); in VisitIntegerValueOf()
Dintrinsics_x86.cc2966 NearLabel allocate, done; in VisitIntegerValueOf() local
2967 __ j(kAboveEqual, &allocate); in VisitIntegerValueOf()
2995 __ Bind(&allocate); in VisitIntegerValueOf()
Dintrinsics_arm64.cc2838 vixl::aarch64::Label allocate, done; in VisitIntegerValueOf() local
2839 __ B(&allocate, hs); in VisitIntegerValueOf()
2847 __ Bind(&allocate); in VisitIntegerValueOf()