Home
last modified time | relevance | path

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

/external/v8/src/ic/ia32/
Dic-ia32.cc558 Address test_instruction_address = in HasInlinedSmiCode() local
563 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
570 Address test_instruction_address = in PatchInlinedSmiCode() local
575 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
576 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
580 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
587 static_cast<void*>(test_instruction_address), delta); in PatchInlinedSmiCode()
593 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
/external/v8/src/ic/x64/
Dic-x64.cc556 Address test_instruction_address = in HasInlinedSmiCode() local
561 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
568 Address test_instruction_address = in PatchInlinedSmiCode() local
573 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
574 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
578 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
585 static_cast<void*>(test_instruction_address), delta); in PatchInlinedSmiCode()
591 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
/external/v8/src/ic/x87/
Dic-x87.cc558 Address test_instruction_address = in HasInlinedSmiCode() local
563 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()
570 Address test_instruction_address = in PatchInlinedSmiCode() local
575 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()
576 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()
580 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()
587 static_cast<void*>(test_instruction_address), delta); in PatchInlinedSmiCode()
593 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()