Searched refs:SingletonFor (Results 1 – 2 of 2) sorted by relevance
93 frame_ = SingletonFor(type, &state); in Advance()106 if (SingletonFor(type) == NULL) return; in Reset()107 frame_ = SingletonFor(type, &state); in Reset()111 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIteratorBase114 StackFrame* result = SingletonFor(type); in SingletonFor()121 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIteratorBase234 if (SingletonFor(type) == NULL) return; in SafeStackFrameIterator()235 frame_ = SingletonFor(type, &state); in SafeStackFrameIterator()274 frame_ = SingletonFor(type, &state); in AdvanceOneFrame()310 SingletonFor(frame->GetCallerState(&state)) != NULL; in IsValidCaller()
825 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);827 StackFrame* SingletonFor(StackFrame::Type type);