Searched refs:capture_spec (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1777 Label setup_return, setup_target, inner_indirect_branch, capture_spec; in RetpolineCall() local 1784 bind(&capture_spec); in RetpolineCall() 1786 jmp(&capture_spec); in RetpolineCall() 1797 Label setup_return, setup_target, inner_indirect_branch, capture_spec; in RetpolineCall() local 1804 bind(&capture_spec); in RetpolineCall() 1806 jmp(&capture_spec); in RetpolineCall() 1817 Label setup_target, capture_spec; in RetpolineJump() local 1821 bind(&capture_spec); in RetpolineJump() 1823 jmp(&capture_spec); in RetpolineJump()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1567 Label setup_return, setup_target, inner_indirect_branch, capture_spec; in RetpolineCall() local 1574 bind(&capture_spec); in RetpolineCall() 1576 jmp(&capture_spec); in RetpolineCall() 1592 Label setup_target, capture_spec; in RetpolineJump() local 1596 bind(&capture_spec); in RetpolineJump() 1598 jmp(&capture_spec); in RetpolineJump()
|