Searched refs:PointerAuthentication (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | pointer-authentication-arm64.h | 24 V8_INLINE Address PointerAuthentication::AuthenticatePC( in AuthenticatePC() 46 V8_INLINE Address PointerAuthentication::StripPAC(Address pc) { in StripPAC() 66 V8_INLINE void PointerAuthentication::ReplacePC(Address* pc_address, in ReplacePC() 100 V8_INLINE Address PointerAuthentication::SignAndCheckPC(Address pc, in SignAndCheckPC() 105 CHECK(Deoptimizer::IsValidReturnAddress(PointerAuthentication::StripPAC(pc))); in SignAndCheckPC() 116 CHECK(Deoptimizer::IsValidReturnAddress(PointerAuthentication::StripPAC(pc))); in SignAndCheckPC()
|
/third_party/node/deps/v8/src/execution/ |
H A D | pointer-authentication-dummy.h | 15 // Dummy implementation of the PointerAuthentication class methods, to be used 19 V8_INLINE Address PointerAuthentication::AuthenticatePC( in AuthenticatePC() 26 V8_INLINE Address PointerAuthentication::StripPAC(Address pc) { return pc; } in StripPAC() 29 V8_INLINE void PointerAuthentication::ReplacePC(Address* pc_address, in ReplacePC() 37 V8_INLINE Address PointerAuthentication::SignAndCheckPC(Address pc, in SignAndCheckPC()
|
H A D | pointer-authentication.h | 15 class PointerAuthentication : public AllStatic { class
|
H A D | frames-inl.h | 78 return PointerAuthentication::StripPAC(*pc_address()); in unauthenticated_pc() 82 return PointerAuthentication::AuthenticatePC(pc_address, kSystemPointerSize); in ReadPC()
|
H A D | frames.cc | 585 PointerAuthentication::ReplacePC(pc_address, pc, kSystemPointerSize); in IteratePc()
|
/third_party/node/deps/v8/src/deoptimizer/arm64/ |
H A D | deoptimizer-arm64.cc | 27 value = PointerAuthentication::SignAndCheckPC(value, new_context); in SetCallerPc() 43 Deoptimizer::IsValidReturnAddress(PointerAuthentication::StripPAC(pc))); in SetPc()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinder.cc | 89 return reinterpret_cast<void*>(i::PointerAuthentication::StripPAC(ret_addr)); in GetReturnAddressFromFP()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 149 PointerAuthentication::StripPAC(value), debug_hint); in DebugPrintOutputPc() 277 PointerAuthentication::ReplacePC(pc_addr, new_pc, kSystemPointerSize); 687 caller_frame_top_, PointerAuthentication::StripPAC(from_)); in TraceDeoptBegin() 1215 const intptr_t top_most_pc = PointerAuthentication::SignAndCheckPC( in DoComputeUnoptimizedFrame() 1448 output_frame->SetPc(PointerAuthentication::SignAndCheckPC( in DoComputeConstructStubFrame() 1909 const intptr_t top_most_pc = PointerAuthentication::SignAndCheckPC( in DoComputeBuiltinContinuation()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.cc | 293 Address old_pc = PointerAuthentication::AuthenticatePC(return_address, 0); in CheckStackGuardState() 344 PointerAuthentication::ReplacePC(return_address, new_pc, 0); in CheckStackGuardState()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 1419 PointerAuthentication::ReplacePC(pc_addr, advance, kSystemPointerSize); 1439 PointerAuthentication::ReplacePC(pc_addr, advance_pc,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 710 PointerAuthentication::ReplacePC(frame->pc_address(), new_pc, in UpdateReturnAddress()
|
Completed in 19 milliseconds