Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes.cc461 if (!IsValidExitFrame(c_entry_fp)) return false;
504 if (!IsValidExitFrame(caller_fp)) return false; in IsValidCaller()
511 bool SafeStackFrameIterator::IsValidExitFrame(Address fp) const { in IsValidExitFrame() function in v8::internal::SafeStackFrameIterator
H A Dframes.h1336 bool IsValidExitFrame(Address fp) const;

Completed in 7 milliseconds