Home
last modified time | relevance | path

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

/art/test/526-checker-caller-callee-regs/
Dinfo.txt1 Test allocation of caller and callee saved registers.
/art/test/529-long-split/
Dinfo.txt2 during register allocation.
/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/test/563-checker-fakestring/smali/
DTestCase.smali67 # Test deoptimization between String's allocation and initialization. When not
95 # String allocation should succeed.
/art/runtime/jit/
Djit_code_cache.cc245 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCode() local
258 FreeCode(reinterpret_cast<uint8_t*>(allocation)); in FreeCode()
666 uintptr_t allocation = FromCodeToAllocation(code_ptr); in RemoveUnmarkedCode() local
667 if (GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S659 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
954 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
1524 # Fast path rosalloc allocation
1559 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1565 # allocation.
1596 # Push the new object onto the thread local allocation stack and increment the thread local
1597 # allocation stack top.
/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/tools/ahat/
DREADME.txt14 - Say how to enable allocation sites.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S363 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME r2, r3 @ save callee saves in case allocation triggers GC
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S570 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC