Home
last modified time | relevance | path

Searched defs:getConst (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsConst.java27 public long getConst(Instruction insn); in getConst() method
H A DFormat11n.java48 public long getConst(Instruction insn) { in getConst() method in Format11n
H A DFormat21h.java49 public long getConst(Instruction insn) { in getConst() method in Format21h
H A DFormat21s.java49 public long getConst(Instruction insn) { in getConst() method in Format21s
H A DFormat22b.java50 public long getConst(Instruction insn) { in getConst() method in Format22b
H A DFormat22s.java49 public long getConst(Instruction insn) { in getConst() method in Format22s
H A DFormat31i.java49 public long getConst(Instruction insn) { in getConst() method in Format31i
H A DFormat51l.java52 public long getConst(Instruction insn) { in getConst() method in Format51l
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGrallocLoader.h75 const native_handle_t* getConst(void* buffer) { in getConst() function