Home
last modified time | relevance | path

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

/build/tools/ijar/
Dclassfile.cc124 struct Constant { struct
126 Constant(u1 tag) : in Constant() function
130 virtual ~Constant() {} in ~Constant()
142 virtual void Keep() {} in Keep()
144 bool Kept() { in Kept()
150 u2 slot() { in slot()
169 u2 slot_; // zero => "this constant is unreachable garbage"
170 u1 tag_;