Home | History | Annotate | Download | only in src

Lines Matching refs:SingletonFor

90   frame_ = SingletonFor(type, &state);
103 frame_ = SingletonFor(type, &state);
107 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type,
109 StackFrame* result = SingletonFor(type);
116 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) {
238 frame_ = SingletonFor(type, &state);
267 frame_ = SingletonFor(type, &state);
303 SingletonFor(frame->GetCallerState(&state)) != NULL;