Home
last modified time | relevance | path

Searched refs:low_bytes (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc272 Constant_LongOrDouble(u1 tag, u4 high_bytes, u4 low_bytes) : in Constant_LongOrDouble()
274 low_bytes_(low_bytes) {} in Constant_LongOrDouble()
1437 u4 low_bytes = get_u4be(p); in ReadConstantPool() local
1439 new Constant_LongOrDouble(tag, high_bytes, low_bytes)); in ReadConstantPool()