Home
last modified time | relevance | path

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

/art/test/2235-JdkUnsafeTest/
Dunsafe_test.cc42 void* memory = malloc(dchecked_integral_cast<size_t>(size)); in Java_Main_jdkUnsafeTestMalloc() local
47 extern "C" JNIEXPORT void JNICALL Java_Main_jdkUnsafeTestFree(JNIEnv*, jclass, jlong memory) { in Java_Main_jdkUnsafeTestFree()
/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.cc71 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
162 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
337 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
397 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
461 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
512 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
616 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
757 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
Dcode_generation_data.h41 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
/art/test/1004-checker-volatile-ref-load/src/
DMain.java94 public static Object[] memory = new Object[1024]; field in Main
/art/test/163-app-image-methods/src/
DMain.java28 Object memory = eatAllMemory(); in main() local
/art/test/2272-checker-codegen-honor-write-barrier-kind/src/
DMain.java106 public static Object[] memory = new Object[1024]; field in Main
/art/dex2oat/linker/
Dcode_info_table_deduper_test.cc51 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
/art/test/004-UnsafeTest/src/
DMain.java266 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays() local
311 private static native void unsafeTestFree(long memory); in unsafeTestFree()
/art/runtime/interpreter/
Dshadow_frame.h81 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; in CreateDeoptimizedFrame() local
88 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame() local
327 void* memory) { in CreateShadowFrameImpl()
/art/test/080-oom-throw/src/
DMain.java180 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
/art/runtime/verifier/
Dregister_line-inl.h175 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create() local
/art/runtime/jit/
Djit.h95 void* memory[0]; member
Ddebugger_interface.cc249 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory() local
317 const void* memory = NativeInfo::Alloc(sizeof(JITCodeEntry)); in CreateJITCodeEntryInternal() local
Djit_code_cache.cc1876 const uint8_t* memory = region_->AllocateData( in Initialize() local
/art/test/183-rmw-stress-test/src/
DMain.java438 public static Object[] memory = new Object[1024]; field in Main
/art/runtime/oat/
Doat.cc53 void* memory = operator new (needed_size); in Create() local
/art/test/2235-JdkUnsafeTest/src/
DMain.java543 private static native void jdkUnsafeTestFree(long memory); in jdkUnsafeTestFree()
/art/libdexfile/dex/
Ddex_file_loader.cc253 DexFileLoader::DexFileLoader(std::vector<uint8_t>&& memory, const std::string& location) in DexFileLoader()
/art/runtime/
Dthread.cc462 uint8_t* memory = new uint8_t[sizeof(FrameIdToShadowFrame) + sizeof(bool) * num_vregs]; in Create() local
467 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.java498 public static Object[] memory = new Object[1024]; field in Main