Home
last modified time | relevance | path

Searched refs:caller_frame_top_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.h110 return offsetof(Deoptimizer, caller_frame_top_); in caller_frame_top_offset()
210 intptr_t caller_frame_top_; member in v8::internal::Deoptimizer
H A Ddeoptimizer.cc484 caller_frame_top_(0), in Deoptimizer()
687 caller_frame_top_, PointerAuthentication::StripPAC(from_)); in TraceDeoptBegin()
796 caller_frame_top_ = stack_fp_ + ComputeInputFrameAboveFpFixedSize(); in DoComputeOutputFrames()
812 CHECK_GT(static_cast<uintptr_t>(caller_frame_top_), in DoComputeOutputFrames()
926 static_cast<uintptr_t>(caller_frame_top_) - total_output_frame_size, in DoComputeOutputFrames()
1019 is_bottommost ? caller_frame_top_ - output_frame_size in DoComputeUnoptimizedFrame()
1701 is_bottommost ? caller_frame_top_ - output_frame_size in DoComputeBuiltinContinuation()

Completed in 5 milliseconds