Home
last modified time | relevance | path

Searched refs:SafeStackFrameIterator (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dframes.cc244 bool SafeStackFrameIterator::ExitFrameValidator::IsValidFP(Address fp) { in IsValidFP()
257 SafeStackFrameIterator::ActiveCountMaintainer::ActiveCountMaintainer( in ActiveCountMaintainer()
265 SafeStackFrameIterator::ActiveCountMaintainer::~ActiveCountMaintainer() { in ~ActiveCountMaintainer()
271 SafeStackFrameIterator::SafeStackFrameIterator( in SafeStackFrameIterator() function in v8::internal::SafeStackFrameIterator
283 bool SafeStackFrameIterator::is_active(Isolate* isolate) { in is_active()
288 bool SafeStackFrameIterator::IsValidTop(Isolate* isolate, in IsValidTop()
298 void SafeStackFrameIterator::Advance() { in Advance()
317 bool SafeStackFrameIterator::CanIterateHandles(StackFrame* frame, in CanIterateHandles()
326 bool SafeStackFrameIterator::IsValidFrame(StackFrame* frame) const { in IsValidFrame()
331 bool SafeStackFrameIterator::IsValidCaller(StackFrame* frame) { in IsValidCaller()
[all …]
Dframes.h291 friend class SafeStackFrameIterator; variable
706 friend class SafeStackFrameIterator; variable
781 class SafeStackFrameIterator BASE_EMBEDDED {
783 SafeStackFrameIterator(Isolate* isolate,
860 typedef JavaScriptFrameIteratorTemp<SafeStackFrameIterator>