Home
last modified time | relevance | path

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

/build/tools/ijar/
Dclassfile.cc338 struct Constant_MethodHandle : Constant struct
340 Constant_MethodHandle(u1 reference_kind, u2 reference_index) : in Constant_MethodHandle() function
345 void Write(u1 *&p) { in Write()
351 std::string Display() { in Display()
356 u1 reference_kind_;
357 u2 reference_index_;