Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 17 of 17) sorted by relevance

/art/test/526-checker-caller-callee-regs/
Dinfo.txt1 Test allocation of caller and callee saved registers.
/art/test/530-checker-lse2/
Dinfo.txt1 Checker test for testing store/allocation elimination in presence of
/art/test/529-long-split/
Dinfo.txt2 during register allocation.
/art/test/659-unpadded-array/
Dinfo.txt2 a bug when the request for allocation ended up using 'usable_size'
/art/test/080-oom-throw/
Dinfo.txt1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
/art/test/800-smali/smali/
Db_22331663_pass.smali17 # Do an allocation here. This will force heap checking in gcstress mode.
/art/libartbase/base/
Darena_allocator_test.cc142 void* allocation = allocator.Alloc(size); in TEST_F() local
143 EXPECT_TRUE(IsAligned<ArenaAllocator::kAlignment>(allocation)) in TEST_F()
144 << reinterpret_cast<uintptr_t>(allocation); in TEST_F()
/art/test/563-checker-fakestring/smali/
DTestCase.smali70 # Test deoptimization between String's allocation and initialization. When not
98 # String allocation should succeed.
200 # Test with a loop between allocation and String.<init>.
219 # Test with a loop and aliases between allocation and String.<init>.
282 # Test with a loop between allocation and String.<init> and a null check.
/art/test/530-checker-lse-ctor-fences/smali/
DSmali.smali28 # The object allocation will not be eliminated by LSE because of aliased stores.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S943 # allocation triggers GC
1236 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1345 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1355 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1679 # Fast path rosalloc allocation
1690 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1696 # allocation. Also does the initialized
1731 # Push the new object onto the thread local allocation stack and increment the thread local
1732 # allocation stack top.
1743 # This barrier is only necessary when the allocation also requires a class initialization check.
[all …]
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S878 # allocation triggers GC
1403 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1413 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1755 # Fast path rosalloc allocation
1766 lw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation
1772 # allocation. Also does the
1808 # Push the new object onto the thread local allocation stack and increment the thread local
1809 # allocation stack top.
1820 # This barrier is only necessary when the allocation also requires a class initialization check.
1936 # Fast path array allocation for region tlab allocation.
/art/test/510-checker-try-catch/smali/
DRuntime.smali25 # Test register allocation of 32-bit core intervals crossing catch block positions.
58 # Test register allocation of 64-bit core intervals crossing catch block positions.
109 # Test register allocation of 32-bit floating-point intervals crossing catch block positions.
145 # Test register allocation of 64-bit floating-point intervals crossing catch block positions.
/art/compiler/optimizing/
Dinstruction_builder.h274 void BuildConstructorFenceForAllocation(HInstruction* allocation);
Dinstruction_builder.cc1088 void HInstructionBuilder::BuildConstructorFenceForAllocation(HInstruction* allocation) { in BuildConstructorFenceForAllocation() argument
1089 DCHECK(allocation != nullptr && in BuildConstructorFenceForAllocation()
1090 (allocation->IsNewInstance() || in BuildConstructorFenceForAllocation()
1091 allocation->IsNewArray())); // corresponding to "new" keyword in JLS. in BuildConstructorFenceForAllocation()
1093 if (allocation->IsNewInstance()) { in BuildConstructorFenceForAllocation()
1102 HNewInstance* new_inst = allocation->AsNewInstance(); in BuildConstructorFenceForAllocation()
1133 new (allocator_) HConstructorFence(allocation, allocation->GetDexPc(), allocator_); in BuildConstructorFenceForAllocation()
/art/test/
DAndroid.bp239 "904-object-allocation/tracking.cc",
571 "904-object-allocation/src/art/Test904.java",
683 "904-object-allocation/expected.txt",
/art/runtime/jit/
Djit_code_cache.cc799 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCodeAndData() local
807 uint8_t* code_allocation = reinterpret_cast<uint8_t*>(allocation); in FreeCodeAndData()
1644 uintptr_t allocation = FromCodeToAllocation(code_ptr); in RemoveUnmarkedCode() local
1645 if (IsInZygoteExecSpace(code_ptr) || GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S797 @ save callee saves in case exception allocation triggers GC