Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 41) sorted by relevance

12

/art/compiler/optimizing/
Dside_effects_test.cc45 void testWriteAndReadEffects(SideEffects write, SideEffects read) { in testWriteAndReadEffects()
69 void testWriteAndReadDependence(SideEffects write, SideEffects read) { in testWriteAndReadDependence()
77 void testNoWriteAndReadDependence(SideEffects write, SideEffects read) { in testNoWriteAndReadDependence()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DEncodedArrayItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedArrayItem
DAnnotationOffItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationOffItem
DStringIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in StringIdItem
DTypeItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeItem
DAnnotationSetRefItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefItem
DTypeIdItem.java25 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeIdItem
DAnnotationSetRefList.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefList
DAnnotationItem.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationItem
DEncodedArray.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedArray
DEncodedCatchHandlerList.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedCatchHandlerList
DParameterAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in ParameterAnnotation
DAnnotationElement.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationElement
DAnnotationSetItem.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetItem
DEncodedTypeAddrPair.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedTypeAddrPair
DMethodAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodAnnotation
DFieldAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldAnnotation
DTryItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in TryItem
DEncodedAnnotation.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedAnnotation
DMethodIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodIdItem
DFieldIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldIdItem
DProtoIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in ProtoIdItem
DDebugInfoItem.java33 public void read(DexRandomAccessFile file) throws IOException { in read() method in DebugInfoItem
DEncodedCatchHandler.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedCatchHandler
DTypeList.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in TypeList

12