Searched defs:memory (Results 1 – 16 of 16) sorted by relevance
42 void* memory = malloc(dchecked_integral_cast<size_t>(size)); in Java_Main_unsafeTestMalloc() local47 extern "C" JNIEXPORT void JNICALL Java_Main_unsafeTestFree(JNIEnv*, jclass, jlong memory) { in Java_Main_unsafeTestFree()
65 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local151 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local321 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local376 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local435 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local483 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local582 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local718 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local742 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
145 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
28 Object memory = eatAllMemory(); in main() local
90 public static Object[] memory = new Object[1024]; field in Main
258 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays() local302 private static native void unsafeTestFree(long memory); in unsafeTestFree()
77 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; in CreateDeoptimizedFrame() local84 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame() local320 void* memory) { in CreateShadowFrameImpl()
172 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
193 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create() local
243 jit::JitMemoryRegion* memory = jit_code_cache->GetCurrentRegion(); in Memory() local311 const void* memory = NativeInfo::Alloc(sizeof(JITCodeEntry)); in CreateJITCodeEntryInternal() local
218 void* memory[0]; member
2012 const uint8_t* memory = region_->AllocateData( in Initialize() local
56 void* memory = operator new (needed_size); in Create() local
446 uint8_t* memory = new uint8_t[sizeof(FrameIdToShadowFrame) + sizeof(bool) * num_vregs]; in Create() local451 uint8_t* memory = reinterpret_cast<uint8_t*>(f); in Delete() local
26 Object memory = eatAllMemory(); in main() local
330 public static Object[] memory = new Object[1024]; field in Main