Home
last modified time | relevance | path

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

/art/test/004-UnsafeTest/
Dunsafe_test.cc42 void* memory = malloc(dchecked_integral_cast<size_t>(size)); in Java_Main_unsafeTestMalloc() local
47 extern "C" JNIEXPORT void JNICALL Java_Main_unsafeTestFree(JNIEnv*, jclass, jlong memory) { in Java_Main_unsafeTestFree()
/art/compiler/optimizing/
Dstack_map_test.cc65 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
151 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
321 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
376 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
435 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
483 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
582 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
718 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
742 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
Dcode_generator.cc145 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
/art/test/163-app-image-methods/src/
DMain.java28 Object memory = eatAllMemory(); in main() local
/art/test/1004-checker-volatile-ref-load/src/
DMain.java90 public static Object[] memory = new Object[1024]; field in Main
/art/test/004-UnsafeTest/src/
DMain.java258 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays() local
302 private static native void unsafeTestFree(long memory); in unsafeTestFree()
/art/runtime/interpreter/
Dshadow_frame.h77 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; in CreateDeoptimizedFrame() local
84 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame() local
320 void* memory) { in CreateShadowFrameImpl()
/art/test/080-oom-throw/src/
DMain.java172 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
/art/runtime/verifier/
Dregister_line-inl.h193 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create() local
/art/runtime/jit/
Ddebugger_interface.cc243 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory() local
311 const void* memory = NativeInfo::Alloc(sizeof(JITCodeEntry)); in CreateJITCodeEntryInternal() local
Djit.h218 void* memory[0]; member
Djit_code_cache.cc2012 const uint8_t* memory = region_->AllocateData( in Initialize() local
/art/runtime/
Doat.cc56 void* memory = operator new (needed_size); in Create() local
Dthread.cc446 uint8_t* memory = new uint8_t[sizeof(FrameIdToShadowFrame) + sizeof(bool) * num_vregs]; in Create() local
451 uint8_t* memory = reinterpret_cast<uint8_t*>(f); in Delete() local
/art/test/159-app-image-fields/src/
DMain.java26 Object memory = eatAllMemory(); in main() local
/art/test/160-read-barrier-stress/src/
DMain.java330 public static Object[] memory = new Object[1024]; field in Main