Searched refs:ReadUnsignedInt (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1079 static uint32_t ReadUnsignedInt(const byte* ptr, int zwidth, bool fill_on_right) { function in namespace:art
1164 jval_.i = ReadUnsignedInt(ptr_, value_arg, false);
1174 jval_.i = ReadUnsignedInt(ptr_, value_arg, true);
1181 jval_.i = ReadUnsignedInt(ptr_, value_arg, false);

Completed in 48 milliseconds