Searched refs:setup_target (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 1782 call(&setup_target); in RetpolineCall() 1788 bind(&setup_target); in RetpolineCall() 1797 Label setup_return, setup_target, inner_indirect_branch, capture_spec; in RetpolineCall() local 1802 call(&setup_target); in RetpolineCall() 1808 bind(&setup_target); in RetpolineCall() 1817 Label setup_target, capture_spec; in RetpolineJump() local 1819 call(&setup_target); in RetpolineJump() 1825 bind(&setup_target); 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 1572 call(&setup_target); in RetpolineCall() 1578 bind(&setup_target); in RetpolineCall() 1592 Label setup_target, capture_spec; in RetpolineJump() local 1594 call(&setup_target); in RetpolineJump() 1600 bind(&setup_target); in RetpolineJump()
|