Searched refs:SingletonFor (Results 1 – 2 of 2) sorted by relevance
113 frame_ = SingletonFor(type, &state); in AdvanceWithHandler()126 frame_ = SingletonFor(type, &state); in AdvanceWithoutHandler()143 if (SingletonFor(type) == NULL) return; in Reset()145 frame_ = SingletonFor(type, &state); in Reset()149 StackFrame* StackFrameIterator::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIterator152 StackFrame* result = SingletonFor(type); in SingletonFor()159 StackFrame* StackFrameIterator::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIterator273 iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL; in IsValidCaller()
530 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);532 StackFrame* SingletonFor(StackFrame::Type type);