Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h143 struct Const64 : public Operand { struct
150 explicit Const64(dex::u8 value) { u.u8_value = value; } in Const64() argument
152 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()