Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dpointer-authentication-dummy.h20 Address* pc_address, unsigned offset_from_sp) { in AuthenticatePC() argument
21 USE(offset_from_sp); in AuthenticatePC()
31 int offset_from_sp) { in ReplacePC() argument
32 USE(offset_from_sp); in ReplacePC()
Dpointer-authentication.h23 unsigned offset_from_sp);
35 int offset_from_sp);
/third_party/node/deps/v8/src/execution/arm64/
Dpointer-authentication-arm64.h25 Address* pc_address, unsigned offset_from_sp) { in AuthenticatePC() argument
26 uint64_t sp = reinterpret_cast<uint64_t>(pc_address) + offset_from_sp; in AuthenticatePC()
68 int offset_from_sp) { in ReplacePC() argument
69 uint64_t sp = reinterpret_cast<uint64_t>(pc_address) + offset_from_sp; in ReplacePC()