Searched defs:getSize (Results 1 - 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DAbstractFormat.java45 public abstract int getSize(); method in class:AbstractFormat
H A DFormat00x.java26 public int getSize() { method in class:Format00x
H A DFormat1.java26 public int getSize() { method in class:Format1
H A DFormat2.java26 public int getSize() { method in class:Format2
H A DFormat3.java26 public int getSize() { method in class:Format3
H A DFormat5.java26 public int getSize() { method in class:Format5
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DStringDataItem.java73 public int getSize() { method in class:StringDataItem
H A DInstruction.java127 rawBytes = new byte[2 * getSize()];
159 public int getSize() { method in class:Instruction
165 return info.format.getSize();
/art/compiler/utils/
H A Dmanaged_register.h105 int32_t getSize() { function in class:art::ManagedRegisterSpill

Completed in 166 milliseconds