/art/test/2235-JdkUnsafeTest/ |
D | unsafe_test.cc | 42 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/ |
D | unsafe_test.cc | 42 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/ |
D | stack_map_test.cc | 71 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
|
D | code_generation_data.h | 41 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
|
/art/test/1004-checker-volatile-ref-load/src/ |
D | Main.java | 94 public static Object[] memory = new Object[1024]; field in Main
|
/art/test/163-app-image-methods/src/ |
D | Main.java | 28 Object memory = eatAllMemory(); in main() local
|
/art/test/2272-checker-codegen-honor-write-barrier-kind/src/ |
D | Main.java | 106 public static Object[] memory = new Object[1024]; field in Main
|
/art/dex2oat/linker/ |
D | code_info_table_deduper_test.cc | 51 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
|
/art/test/004-UnsafeTest/src/ |
D | Main.java | 266 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays() local 311 private static native void unsafeTestFree(long memory); in unsafeTestFree()
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 81 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/ |
D | Main.java | 180 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
|
/art/runtime/verifier/ |
D | register_line-inl.h | 175 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create() local
|
/art/runtime/jit/ |
D | jit.h | 95 void* memory[0]; member
|
D | debugger_interface.cc | 249 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory() local 317 const void* memory = NativeInfo::Alloc(sizeof(JITCodeEntry)); in CreateJITCodeEntryInternal() local
|
D | jit_code_cache.cc | 1876 const uint8_t* memory = region_->AllocateData( in Initialize() local
|
/art/test/183-rmw-stress-test/src/ |
D | Main.java | 438 public static Object[] memory = new Object[1024]; field in Main
|
/art/runtime/oat/ |
D | oat.cc | 53 void* memory = operator new (needed_size); in Create() local
|
/art/test/2235-JdkUnsafeTest/src/ |
D | Main.java | 543 private static native void jdkUnsafeTestFree(long memory); in jdkUnsafeTestFree()
|
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 253 DexFileLoader::DexFileLoader(std::vector<uint8_t>&& memory, const std::string& location) in DexFileLoader()
|
/art/runtime/ |
D | thread.cc | 462 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/ |
D | Main.java | 26 Object memory = eatAllMemory(); in main() local
|
/art/test/160-read-barrier-stress/src/ |
D | Main.java | 498 public static Object[] memory = new Object[1024]; field in Main
|