Searched refs:allocation (Results 1 - 6 of 6) sorted by relevance

/art/runtime/base/
H A Darena_allocator_test.cc58 // Reuse the previous arena and allocate more than previous allocation including red zone.
62 // Verify that the allocation was made on the same arena.
133 void* allocation = arena.Alloc(size); local
134 EXPECT_TRUE(IsAligned<ArenaAllocator::kAlignment>(allocation))
135 << reinterpret_cast<uintptr_t>(allocation);
148 // Case 1: small aligned allocation, aligned extend inside arena.
161 // Case 2: small aligned allocation, non-aligned extend inside arena.
174 // Case 3: small non-aligned allocation, aligned extend inside arena.
187 // Case 4: small non-aligned allocation, aligned non-extend inside arena.
203 // Case 5: large allocation, aligne
[all...]
/art/test/
H A DAndroid.run-test-jvmti-java-library.mk33 904-object-allocation/src/art/Test904.java \
/art/runtime/jit/
H A Djit_code_cache.cc405 uintptr_t allocation = FromCodeToAllocation(code_ptr); local
410 FreeCode(reinterpret_cast<uint8_t*>(allocation));
1042 uintptr_t allocation = FromCodeToAllocation(code_ptr); local
1043 if (GetLiveBitmap()->Test(allocation)) {
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S908 SETUP_SAVE_REFS_AND_ARGS_FRAME # save callee saves in case allocation triggers GC
1203 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1242 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1252 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1491 // Macro to facilitate adding new allocation entrypoints.
1502 // Macro to facilitate adding new allocation entrypoints.
1533 // Generate the allocation entrypoints for each allocator.
1541 # Fast path rosalloc allocation
1552 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1558 # allocation
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S819 SETUP_SAVE_REFS_AND_ARGS_FRAME # save callee saves in case allocation triggers GC
1230 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1268 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1278 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC
1531 // Macro to facilitate adding new allocation entrypoints.
1576 // Generate the allocation entrypoints for each allocator.
1584 # Fast path rosalloc allocation
1595 lw $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation
1601 # allocation. Also does the
1632 # Push the new object onto the thread local allocation stac
[all...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S470 SETUP_SAVE_REFS_AND_ARGS_FRAME r2 @ save callee saves in case allocation triggers GC
741 @ save callee saves in case exception allocation triggers GC
751 @ save callee saves in case exception allocation triggers GC
916 // Macro to facilitate adding new allocation entrypoints.
928 // Macro to facilitate adding new allocation entrypoints.
940 // Macro to facilitate adding new array allocation entrypoints.
953 // Macro to facilitate adding new allocation entrypoints.
1087 // Generate the allocation entrypoints for each allocator.
1117 // Fast path rosalloc allocation.
1121 // allocation stac
[all...]

Completed in 1192 milliseconds