Home
last modified time | relevance | path

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

/build/tools/ijar/
Dclassfile.cc232 struct Constant_String : Constant struct
234 Constant_String(u2 string_index) : in Constant_String() argument
238 void Write(u1 *&p) { in Write()
243 std::string Display() { in Display()
247 void Keep() { constant(string_index_)->slot(); } in Keep()
249 u2 string_index_;