SingletonFor      146 src/frames.cc    frame_ = SingletonFor(type, &state);
SingletonFor      159 src/frames.cc    frame_ = SingletonFor(type, &state);
SingletonFor      179 src/frames.cc    if (SingletonFor(type) == NULL) return;
SingletonFor      180 src/frames.cc    frame_ = SingletonFor(type, &state);
SingletonFor      187 src/frames.cc    StackFrame* result = SingletonFor(type);
SingletonFor      353 src/frames.cc        iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL;
SingletonFor      710 src/frames.h     StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
SingletonFor      712 src/frames.h     StackFrame* SingletonFor(StackFrame::Type type);