Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dic-x64.cc1351 Address encoded_offsets_address = test_instruction_address + 1; in PatchInlinedStore() local
1352 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore()
/external/v8/src/ia32/
Dic-ia32.cc1372 Address encoded_offsets_address = test_instruction_address + 1; in PatchInlinedStore() local
1373 int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address); in PatchInlinedStore()