Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dic-x64.cc1352 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore() local
1353 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore()
1354 int delta_to_record_write = encoded_offsets >> 16; in PatchInlinedStore()
/external/v8/src/ia32/
Dic-ia32.cc1373 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore() local
1374 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore()
1375 int delta_to_record_write = encoded_offsets >> 16; in PatchInlinedStore()