Home
last modified time | relevance | path

Searched refs:caller_sp (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h191 return caller_sp() + parameter_offset; in GetParameterSlot()
H A Dframes.cc752 state->sp = caller_sp(); in ComputeCallerState()
788 state->sp = caller_sp(); in ComputeCallerState()
1014 state->sp = caller_sp(); in ComputeCallerState()
1247 FullObjectSlot tagged_parameter_base(&Memory<Address>(caller_sp())); in IterateCompiledFrame()
H A Dframes.h257 Address caller_sp() const { return GetCallerStackPointer(); } in caller_sp() function in v8::internal::StackFrame
277 StackFrameId id() const { return static_cast<StackFrameId>(caller_sp()); } in id()

Completed in 8 milliseconds