Home
last modified time | relevance | path

Searched refs:test_instruction_address (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/x87/
Dic-x87.cc826 Address test_instruction_address = in HasInlinedSmiCode() local
831 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
838 Address test_instruction_address = in PatchInlinedSmiCode() local
843 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
844 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
848 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
854 test_instruction_address, delta); in PatchInlinedSmiCode()
860 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
/external/v8/src/ic/x64/
Dic-x64.cc820 Address test_instruction_address = in HasInlinedSmiCode() local
825 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
832 Address test_instruction_address = in PatchInlinedSmiCode() local
837 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
838 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
842 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
848 test_instruction_address, delta); in PatchInlinedSmiCode()
854 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
/external/v8/src/ic/ia32/
Dic-ia32.cc826 Address test_instruction_address = in HasInlinedSmiCode() local
831 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
838 Address test_instruction_address = in PatchInlinedSmiCode() local
843 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
844 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
848 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
854 test_instruction_address, delta); in PatchInlinedSmiCode()
860 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()