Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 13 of 13) sorted by relevance

/art/test/163-app-image-methods/src/
DMain.java28 Object memory = eatAllMemory(); in main() local
/art/compiler/optimizing/
Dstack_map_test.cc62 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
176 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
437 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
524 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
617 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
679 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
729 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
832 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
966 void* memory = allocator.Alloc(size, kArenaAllocMisc); in TEST() local
Dcode_generator.cc152 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
/art/test/669-moveable-string-class-equals/src/
DMain.java80 public static Object[] memory = new Object[4096]; field in Main
/art/runtime/interpreter/
Dshadow_frame.h61 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; in CreateDeoptimizedFrame() local
68 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame() local
340 void* memory) { in CreateShadowFrameImpl()
/art/test/080-oom-throw/src/
DMain.java157 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
/art/runtime/gc/collector/
Dimmune_spaces_test.cc214 uint8_t* memory = GetContinuousMemoryRegion(kImageSize + kImageOatSize + kOtherSpaceSize); in TEST_F() local
265 uint8_t* memory = GetContinuousMemoryRegion(kMemorySize); in TEST_F() local
/art/runtime/verifier/
Dregister_line-inl.h191 void* memory = verifier->GetScopedAllocator().Alloc(ComputeSize(num_regs)); in Create() local
/art/runtime/
Doat.cc58 void* memory = operator new (needed_size); in Create() local
Dthread.cc304 uint8_t* memory = new uint8_t[sizeof(FrameIdToShadowFrame) + sizeof(bool) * num_vregs]; in Create() local
309 uint8_t* memory = reinterpret_cast<uint8_t*>(f); in Delete() local
/art/runtime/jit/
Djit.cc476 void** memory = nullptr; in MaybeDoOnStackReplacement() local
/art/test/160-read-barrier-stress/src/
DMain.java106 public static Object[] memory = new Object[1024]; field in Main
/art/test/159-app-image-fields/src/
DMain.java26 Object memory = eatAllMemory(); in main() local