Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc94 frame_ = SingletonFor(type, &state); in Advance()
107 if (SingletonFor(type) == NULL) return; in Reset()
108 frame_ = SingletonFor(type, &state); in Reset()
112 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIteratorBase
115 StackFrame* result = SingletonFor(type); in SingletonFor()
122 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIteratorBase
235 if (SingletonFor(type) == NULL) return; in SafeStackFrameIterator()
236 frame_ = SingletonFor(type, &state); in SafeStackFrameIterator()
275 frame_ = SingletonFor(type, &state); in AdvanceOneFrame()
311 SingletonFor(frame->GetCallerState(&state)) != NULL; in IsValidCaller()
Dframes.h857 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
859 StackFrame* SingletonFor(StackFrame::Type type);