Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dic-x64.cc1353 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore() local
1358 Address map_check_address = test_instruction_address + delta_to_map_check; in PatchInlinedStore()
/external/v8/src/ia32/
Dic-ia32.cc1374 int delta_to_map_check = -(encoded_offsets & 0xFFFF); in PatchInlinedStore() local
1379 Address map_check_address = test_instruction_address + delta_to_map_check; in PatchInlinedStore()