Home | History | Annotate | Download | only in src

Lines Matching refs:SingletonFor

93   frame_ = SingletonFor(type, &state);
106 if (SingletonFor(type) == NULL) return;
107 frame_ = SingletonFor(type, &state);
111 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type,
114 StackFrame* result = SingletonFor(type);
121 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) {
234 if (SingletonFor(type) == NULL) return;
235 frame_ = SingletonFor(type, &state);
274 frame_ = SingletonFor(type, &state);
310 SingletonFor(frame->GetCallerState(&state)) != NULL;