Searched refs:encoded_offsets (Results 1 – 2 of 2) sorted by relevance
1352 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore() local1353 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore()1354 int delta_to_record_write = encoded_offsets >> 16; in PatchInlinedStore()
1373 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore() local1374 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore()1375 int delta_to_record_write = encoded_offsets >> 16; in PatchInlinedStore()