Searched refs:ReadU4 (Results 1 – 1 of 1) sorted by relevance
235 static u4 ReadU4(const u2* ptr) { return ptr[0] | (u4(ptr[1]) << 16); } in ReadU4() function855 dex::u4 new_index = MapStringIndex(ReadU4(idx)); in WriteInstructions()