HomeSort by relevance Sort by last modified time
    Searched full:test_instruction_address (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ic/ia32/
ic-ia32.cc 826 Address test_instruction_address = local
831 return *test_instruction_address == Assembler::kTestAlByte;
838 Address test_instruction_address = local
843 if (*test_instruction_address != Assembler::kTestAlByte) {
844 DCHECK(*test_instruction_address == Assembler::kNopByte);
848 Address delta_address = test_instruction_address + 1;
854 test_instruction_address, delta);
860 Address jmp_address = test_instruction_address - delta;
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 820 Address test_instruction_address = local
825 return *test_instruction_address == Assembler::kTestAlByte;
832 Address test_instruction_address = local
837 if (*test_instruction_address != Assembler::kTestAlByte) {
838 DCHECK(*test_instruction_address == Assembler::kNopByte);
842 Address delta_address = test_instruction_address + 1;
848 test_instruction_address, delta);
854 Address jmp_address = test_instruction_address - delta;
    [all...]
  /external/v8/src/ic/x87/
ic-x87.cc 826 Address test_instruction_address = local
831 return *test_instruction_address == Assembler::kTestAlByte;
838 Address test_instruction_address = local
843 if (*test_instruction_address != Assembler::kTestAlByte) {
844 DCHECK(*test_instruction_address == Assembler::kNopByte);
848 Address delta_address = test_instruction_address + 1;
854 test_instruction_address, delta);
860 Address jmp_address = test_instruction_address - delta;
    [all...]

Completed in 1051 milliseconds