Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 18 of 18) 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/530-checker-lse2/
Dinfo.txt1 Checker test for testing store/allocation elimination in presence of
/art/test/904-object-allocation/
DAndroid.bp3 name: "art-run-test-904-object-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/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc282 std::ostringstream allocation; in formatAllocation() local
283 allocation << "jthread[" << sti.GetName() << "]"; in formatAllocation()
286 allocation << ", jclass[" << sci << "]"; in formatAllocation()
288 allocation << ", jclass[TYPE UNKNOWN]"; in formatAllocation()
290 allocation << ", size[" << size.val << ", hex: 0x" << std::hex << size.val << "]"; in formatAllocation()
291 return string_table->Intern("+", allocation.str()); in formatAllocation()
DREADME.md59 The line starting with 0 is the thread, type, and size (TTS) of an allocation. The
/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/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.h284 void BuildConstructorFenceForAllocation(HInstruction* allocation);
Dinstruction_builder.cc1164 void HInstructionBuilder::BuildConstructorFenceForAllocation(HInstruction* allocation) { in BuildConstructorFenceForAllocation() argument
1165 DCHECK(allocation != nullptr && in BuildConstructorFenceForAllocation()
1166 (allocation->IsNewInstance() || in BuildConstructorFenceForAllocation()
1167 allocation->IsNewArray())); // corresponding to "new" keyword in JLS. in BuildConstructorFenceForAllocation()
1169 if (allocation->IsNewInstance()) { in BuildConstructorFenceForAllocation()
1178 HNewInstance* new_inst = allocation->AsNewInstance(); in BuildConstructorFenceForAllocation()
1209 new (allocator_) HConstructorFence(allocation, allocation->GetDexPc(), allocator_); in BuildConstructorFenceForAllocation()
/art/runtime/jit/
Djit_code_cache.cc477 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCodeAndData() local
483 FreeLocked(&private_region_, reinterpret_cast<uint8_t*>(allocation), data); in FreeCodeAndData()
1263 uintptr_t allocation = FromCodeToAllocation(code_ptr); in RemoveUnmarkedCode() local
1264 if (IsInZygoteExecSpace(code_ptr) || GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()
/art/test/utils/
Dregen-test-files208 art-run-test-904-object-allocation
/art/test/
DAndroid.bp344 "904-object-allocation/tracking.cc",
680 "904-object-allocation/src/art/Test904.java",
830 "904-object-allocation/expected.txt",
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S667 @ save callee saves in case exception allocation triggers GC