Searched defs:memory (Results 1 – 13 of 13) 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() local726 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local750 ScopedArenaVector<uint8_t> memory = stream.Encode(); in TEST() local
151 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); in Create() local
28 Object memory = eatAllMemory(); in main() local
258 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays() local302 private static native void unsafeTestFree(long memory); in unsafeTestFree()
72 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; in CreateDeoptimizedFrame() local79 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame() local337 void* memory) { in CreateShadowFrameImpl()
157 Object memory = eatAllMemory(); in triggerReflectionOOM2() local
193 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create() local
56 void* memory = operator new (needed_size); in Create() local
445 uint8_t* memory = new uint8_t[sizeof(FrameIdToShadowFrame) + sizeof(bool) * num_vregs]; in Create() local450 uint8_t* memory = reinterpret_cast<uint8_t*>(f); in Delete() local
442 void** memory = nullptr; in MaybeDoOnStackReplacement() local
26 Object memory = eatAllMemory(); in main() local
330 public static Object[] memory = new Object[1024]; field in Main