Searched defs:test_instruction_address (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ia32/
H A Dic-ia32.cc1700 Address test_instruction_address = local
1705 return *test_instruction_address == Assembler::kTestAlByte;
1745 Address test_instruction_address = local
1750 if (*test_instruction_address != Assembler::kTestAlByte) {
1751 ASSERT(*test_instruction_address == Assembler::kNopByte);
1755 Address delta_address = test_instruction_address + 1;
1761 address, test_instruction_address, delta);
1766 Address jmp_address = test_instruction_address - delta;
/external/v8/src/x64/
H A Dic-x64.cc1706 Address test_instruction_address = local
1711 return *test_instruction_address == Assembler::kTestAlByte;
1750 Address test_instruction_address = local
1755 if (*test_instruction_address != Assembler::kTestAlByte) {
1756 ASSERT(*test_instruction_address == Assembler::kNopByte);
1760 Address delta_address = test_instruction_address + 1;
1766 address, test_instruction_address, delta);
1771 Address jmp_address = test_instruction_address - delta;

Completed in 77 milliseconds