Home
last modified time | relevance | path

Searched refs:PointerAuthentication (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-authentication-arm64.h24 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 Dpointer-authentication-dummy.h15 // 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 Dpointer-authentication.h15 class PointerAuthentication : public AllStatic { class
H A Dframes-inl.h78 return PointerAuthentication::StripPAC(*pc_address()); in unauthenticated_pc()
82 return PointerAuthentication::AuthenticatePC(pc_address, kSystemPointerSize); in ReadPC()
H A Dframes.cc585 PointerAuthentication::ReplacePC(pc_address, pc, kSystemPointerSize); in IteratePc()
/third_party/node/deps/v8/src/deoptimizer/arm64/
H A Ddeoptimizer-arm64.cc27 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 Dunwinder.cc89 return reinterpret_cast<void*>(i::PointerAuthentication::StripPAC(ret_addr)); in GetReturnAddressFromFP()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc149 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 Dregexp-macro-assembler.cc293 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 Ddebug.cc1419 PointerAuthentication::ReplacePC(pc_addr, advance, kSystemPointerSize);
1439 PointerAuthentication::ReplacePC(pc_addr, advance_pc,
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc710 PointerAuthentication::ReplacePC(frame->pc_address(), new_pc, in UpdateReturnAddress()

Completed in 19 milliseconds